2025-07-12 07:09:18 +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 {
|
2025-07-21 15:27:58 +08:00
|
|
|
NA: typeof import('naive-ui')['NA']
|
2025-07-20 21:56:00 +08:00
|
|
|
NAlert: typeof import('naive-ui')['NAlert']
|
2025-07-12 08:15:25 +08:00
|
|
|
NButton: typeof import('naive-ui')['NButton']
|
2025-08-03 10:50:25 +08:00
|
|
|
NCheckbox: typeof import('naive-ui')['NCheckbox']
|
|
|
|
|
NDialogProvider: typeof import('naive-ui')['NDialogProvider']
|
2025-07-21 22:52:41 +08:00
|
|
|
NInput: typeof import('naive-ui')['NInput']
|
2025-08-02 18:06:54 +08:00
|
|
|
NNotificationProvider: typeof import('naive-ui')['NNotificationProvider']
|
2025-07-20 21:56:00 +08:00
|
|
|
NSelect: typeof import('naive-ui')['NSelect']
|
2025-08-02 23:45:26 +08:00
|
|
|
NSwitch: typeof import('naive-ui')['NSwitch']
|
2025-07-21 00:43:07 +08:00
|
|
|
NTabPane: typeof import('naive-ui')['NTabPane']
|
|
|
|
|
NTabs: typeof import('naive-ui')['NTabs']
|
2025-07-12 07:09:18 +08:00
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
|
}
|
|
|
|
|
}
|