forked from opentiny/tiny-vue
29 lines
1.1 KiB
TypeScript
29 lines
1.1 KiB
TypeScript
// generated by unplugin-vue-components
|
|
// We suggest you to commit this file into source control
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
import '@vue/runtime-core'
|
|
|
|
declare module '@vue/runtime-core' {
|
|
export interface GlobalComponents {
|
|
NAnchor: typeof import('naive-ui')['NAnchor']
|
|
NAnchorLink: typeof import('naive-ui')['NAnchorLink']
|
|
NCard: typeof import('naive-ui')['NCard']
|
|
NCode: typeof import('naive-ui')['NCode']
|
|
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
|
|
NDataTable: typeof import('naive-ui')['NDataTable']
|
|
NInput: typeof import('naive-ui')['NInput']
|
|
NLayout: typeof import('naive-ui')['NLayout']
|
|
NLayoutSider: typeof import('naive-ui')['NLayoutSider']
|
|
NMenu: typeof import('naive-ui')['NMenu']
|
|
NSpace: typeof import('naive-ui')['NSpace']
|
|
NSpin: typeof import('naive-ui')['NSpin']
|
|
NTabPane: typeof import('naive-ui')['NTabPane']
|
|
NTabs: typeof import('naive-ui')['NTabs']
|
|
NTooltip: typeof import('naive-ui')['NTooltip']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
}
|
|
}
|
|
|
|
export {}
|