31 lines
1.1 KiB
TypeScript
31 lines
1.1 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// biome-ignore lint: disable
|
|
// oxlint-disable
|
|
// ------
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
|
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
|
|
NDataTable: typeof import('naive-ui')['NDataTable']
|
|
NFlex: typeof import('naive-ui')['NFlex']
|
|
NForm: typeof import('naive-ui')['NForm']
|
|
NFormItem: typeof import('naive-ui')['NFormItem']
|
|
NGi: typeof import('naive-ui')['NGi']
|
|
NGrid: typeof import('naive-ui')['NGrid']
|
|
NInputNumber: typeof import('naive-ui')['NInputNumber']
|
|
NLayout: typeof import('naive-ui')['NLayout']
|
|
NLayoutContent: typeof import('naive-ui')['NLayoutContent']
|
|
NLayoutHeader: typeof import('naive-ui')['NLayoutHeader']
|
|
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
|
|
NPagination: typeof import('naive-ui')['NPagination']
|
|
NSelect: typeof import('naive-ui')['NSelect']
|
|
}
|
|
}
|