2025-12-17 17:00:29 +08:00
|
|
|
/* 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 {
|
|
|
|
|
AButton: typeof import('ant-design-vue/es')['Button']
|
|
|
|
|
ACard: typeof import('ant-design-vue/es')['Card']
|
2025-12-23 13:38:34 +08:00
|
|
|
ACol: typeof import('ant-design-vue/es')['Col']
|
2025-12-17 17:00:29 +08:00
|
|
|
AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
|
|
|
|
|
ActionButtons: typeof import('./src/components/common/ActionButtons/index.vue')['default']
|
2025-12-29 10:29:17 +08:00
|
|
|
ADatePicker: typeof import('ant-design-vue/es')['DatePicker']
|
2025-12-23 13:38:34 +08:00
|
|
|
ADescriptions: typeof import('ant-design-vue/es')['Descriptions']
|
|
|
|
|
ADescriptionsItem: typeof import('ant-design-vue/es')['DescriptionsItem']
|
|
|
|
|
ADropdown: typeof import('ant-design-vue/es')['Dropdown']
|
2025-12-17 17:00:29 +08:00
|
|
|
AForm: typeof import('ant-design-vue/es')['Form']
|
|
|
|
|
AFormItem: typeof import('ant-design-vue/es')['FormItem']
|
|
|
|
|
AInput: typeof import('ant-design-vue/es')['Input']
|
2025-12-23 13:38:34 +08:00
|
|
|
AMenu: typeof import('ant-design-vue/es')['Menu']
|
|
|
|
|
AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
|
|
|
|
|
AModal: typeof import('ant-design-vue/es')['Modal']
|
|
|
|
|
AProgress: typeof import('ant-design-vue/es')['Progress']
|
|
|
|
|
ARow: typeof import('ant-design-vue/es')['Row']
|
2025-12-24 11:08:40 +08:00
|
|
|
ASelect: typeof import('ant-design-vue/es')['Select']
|
2025-12-29 10:29:17 +08:00
|
|
|
ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
|
2025-12-23 13:38:34 +08:00
|
|
|
ASpace: typeof import('ant-design-vue/es')['Space']
|
|
|
|
|
ASpin: typeof import('ant-design-vue/es')['Spin']
|
2025-12-29 10:29:17 +08:00
|
|
|
ASwitch: typeof import('ant-design-vue/es')['Switch']
|
2025-12-23 13:38:34 +08:00
|
|
|
ATable: typeof import('ant-design-vue/es')['Table']
|
2025-12-29 10:29:17 +08:00
|
|
|
ATableSummaryCell: typeof import('ant-design-vue/es')['TableSummaryCell']
|
|
|
|
|
ATableSummaryRow: typeof import('ant-design-vue/es')['TableSummaryRow']
|
2025-12-30 15:51:25 +08:00
|
|
|
ATag: typeof import('ant-design-vue/es')['Tag']
|
2025-12-29 10:29:17 +08:00
|
|
|
ATypographyText: typeof import('ant-design-vue/es')['TypographyText']
|
2025-12-30 15:51:25 +08:00
|
|
|
DictTag: typeof import('./src/components/common/DictTag/index.vue')['default']
|
|
|
|
|
Header: typeof import('./src/components/common/Header/index.vue')['default']
|
2025-12-17 17:00:29 +08:00
|
|
|
ILucideBuilding: typeof import('~icons/lucide/building')['default']
|
2025-12-23 13:38:34 +08:00
|
|
|
ILucideChevronDown: typeof import('~icons/lucide/chevron-down')['default']
|
|
|
|
|
ILucideCopy: typeof import('~icons/lucide/copy')['default']
|
2025-12-30 15:51:25 +08:00
|
|
|
ILucideRotateCcw: typeof import('~icons/lucide/rotate-ccw')['default']
|
2025-12-24 11:08:40 +08:00
|
|
|
ILucideRotateCw: typeof import('~icons/lucide/rotate-cw')['default']
|
2025-12-17 17:00:29 +08:00
|
|
|
Lucide: typeof import('./src/components/common/Lucide/index.vue')['default']
|
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
2025-12-30 15:51:25 +08:00
|
|
|
Subtitle: typeof import('./src/components/common/Subtitle/index.vue')['default']
|
|
|
|
|
Title: typeof import('./src/components/common/Title/index.vue')['default']
|
2025-12-17 17:00:29 +08:00
|
|
|
}
|
|
|
|
|
}
|