21 lines
698 B
TypeScript
21 lines
698 B
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
NButton: typeof import('naive-ui')['NButton']
|
|
NCheckbox: typeof import('naive-ui')['NCheckbox']
|
|
NDataTable: typeof import('naive-ui')['NDataTable']
|
|
NForm: typeof import('naive-ui')['NForm']
|
|
NFormItem: typeof import('naive-ui')['NFormItem']
|
|
NInput: typeof import('naive-ui')['NInput']
|
|
NMenu: typeof import('naive-ui')['NMenu']
|
|
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
|
|
NText: typeof import('naive-ui')['NText']
|
|
}
|
|
}
|