auto import
This commit is contained in:
21
components.d.ts
vendored
Normal file
21
components.d.ts
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/* 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 {
|
||||
Editor: typeof import('./src/components/Editor.vue')['default']
|
||||
Editors: typeof import('./src/components/Editors.vue')['default']
|
||||
NButton: typeof import('naive-ui')['NButton']
|
||||
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
|
||||
NFlex: typeof import('naive-ui')['NFlex']
|
||||
NSplit: typeof import('naive-ui')['NSplit']
|
||||
NTabPane: typeof import('naive-ui')['NTabPane']
|
||||
NTabs: typeof import('naive-ui')['NTabs']
|
||||
Preview: typeof import('./src/components/Preview.vue')['default']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user