2023-12-27 14:40:22 +08:00
|
|
|
/* eslint-disable */
|
|
|
|
|
// @ts-nocheck
|
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
2025-01-01 02:25:18 +08:00
|
|
|
export {};
|
2023-12-27 14:40:22 +08:00
|
|
|
|
2024-09-04 15:20:43 +08:00
|
|
|
/* prettier-ignore */
|
2023-12-27 14:40:22 +08:00
|
|
|
declare module 'vue' {
|
|
|
|
|
export interface GlobalComponents {
|
|
|
|
|
NAvatar: typeof import('naive-ui')['NAvatar']
|
|
|
|
|
NButton: typeof import('naive-ui')['NButton']
|
2024-12-08 21:50:58 +08:00
|
|
|
NCheckbox: typeof import('naive-ui')['NCheckbox']
|
2023-12-27 14:40:22 +08:00
|
|
|
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
|
|
|
|
|
NDialogProvider: typeof import('naive-ui')['NDialogProvider']
|
|
|
|
|
NDrawer: typeof import('naive-ui')['NDrawer']
|
|
|
|
|
NDropdown: typeof import('naive-ui')['NDropdown']
|
|
|
|
|
NEllipsis: typeof import('naive-ui')['NEllipsis']
|
2024-12-09 21:55:08 +08:00
|
|
|
NEmpty: typeof import('naive-ui')['NEmpty']
|
2023-12-27 14:40:22 +08:00
|
|
|
NImage: typeof import('naive-ui')['NImage']
|
|
|
|
|
NInput: typeof import('naive-ui')['NInput']
|
2025-01-01 02:25:18 +08:00
|
|
|
NInputNumber: typeof import('naive-ui')['NInputNumber']
|
2023-12-27 14:40:22 +08:00
|
|
|
NLayout: typeof import('naive-ui')['NLayout']
|
|
|
|
|
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
|
2024-11-28 08:12:37 +08:00
|
|
|
NModal: typeof import('naive-ui')['NModal']
|
2023-12-27 14:40:22 +08:00
|
|
|
NPopover: typeof import('naive-ui')['NPopover']
|
|
|
|
|
NScrollbar: typeof import('naive-ui')['NScrollbar']
|
|
|
|
|
NSlider: typeof import('naive-ui')['NSlider']
|
2024-11-23 22:42:23 +08:00
|
|
|
NSpin: typeof import('naive-ui')['NSpin']
|
2024-01-04 09:39:37 +08:00
|
|
|
NSwitch: typeof import('naive-ui')['NSwitch']
|
2023-12-27 14:40:22 +08:00
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
|
}
|
|
|
|
|
}
|