Modularize BuildStats by splitting it into smaller components (StatsListSection, StatItem) for better code reusability and readability. Update MainNav to reflect this restructuring and improve the handling of dynamic styles, computed properties, and data binding.
23 lines
1.1 KiB
TypeScript
23 lines
1.1 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
// biome-ignore lint: disable
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
BuildServerStats: typeof import('./src/components/BuildServerStats.vue')['default']
|
|
BuildStats: typeof import('./src/components/MainNav/BuildStats.vue')['default']
|
|
CurrentlyBuilding: typeof import('./src/components/CurrentlyBuilding.vue')['default']
|
|
MainNav: typeof import('./src/components/MainNav.vue')['default']
|
|
PackageFilters: typeof import('./src/components/Packages/PackageFilters.vue')['default']
|
|
Packages: typeof import('./src/components/Packages.vue')['default']
|
|
PackageTable: typeof import('./src/components/Packages/PackageTable.vue')['default']
|
|
QueuedPackagesList: typeof import('./src/components/CurrentlyBuilding/QueuedPackagesList.vue')['default']
|
|
StatItem: typeof import('./src/components/MainNav/BuildStats/StatItem.vue')['default']
|
|
StatsListSection: typeof import('./src/components/MainNav/BuildStats/StatsListSection.vue')['default']
|
|
}
|
|
}
|