2025-04-04 15:20:01 +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 {
|
|
|
|
|
AddDomainDialog: typeof import('./src/components/AddDomainDialog.vue')['default']
|
|
|
|
|
EditDomainDialog: typeof import('./src/components/EditDomainDialog.vue')['default']
|
|
|
|
|
ImportDomainDialog: typeof import('./src/components/ImportDomainDialog.vue')['default']
|
|
|
|
|
NButton: typeof import('naive-ui')['NButton']
|
2025-04-04 17:29:50 +08:00
|
|
|
NCard: typeof import('naive-ui')['NCard']
|
2025-04-04 15:20:01 +08:00
|
|
|
NCheckbox: typeof import('naive-ui')['NCheckbox']
|
|
|
|
|
NDataTable: typeof import('naive-ui')['NDataTable']
|
|
|
|
|
NDialogProvider: typeof import('naive-ui')['NDialogProvider']
|
2025-04-04 17:29:50 +08:00
|
|
|
NDropdown: typeof import('naive-ui')['NDropdown']
|
2025-04-04 15:20:01 +08:00
|
|
|
NForm: typeof import('naive-ui')['NForm']
|
|
|
|
|
NFormItem: typeof import('naive-ui')['NFormItem']
|
2025-04-04 17:29:50 +08:00
|
|
|
NFormItemGi: typeof import('naive-ui')['NFormItemGi']
|
|
|
|
|
NGrid: typeof import('naive-ui')['NGrid']
|
2025-04-04 15:20:01 +08:00
|
|
|
NInput: typeof import('naive-ui')['NInput']
|
|
|
|
|
NInputNumber: typeof import('naive-ui')['NInputNumber']
|
|
|
|
|
NModal: typeof import('naive-ui')['NModal']
|
|
|
|
|
NPagination: typeof import('naive-ui')['NPagination']
|
2025-04-04 17:29:50 +08:00
|
|
|
NSelect: typeof import('naive-ui')['NSelect']
|
|
|
|
|
NSpace: typeof import('naive-ui')['NSpace']
|
2025-04-04 15:20:01 +08:00
|
|
|
NTag: typeof import('naive-ui')['NTag']
|
|
|
|
|
NTooltip: typeof import('naive-ui')['NTooltip']
|
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
|
}
|
|
|
|
|
}
|