27 lines
1022 B
TypeScript
27 lines
1022 B
TypeScript
/* 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']
|
|
NLayout: typeof import('naive-ui')['NLayout']
|
|
NLayoutHeader: typeof import('naive-ui')['NLayoutHeader']
|
|
NSplit: typeof import('naive-ui')['NSplit']
|
|
NTab: typeof import('naive-ui')['NTab']
|
|
NTabPane: typeof import('naive-ui')['NTabPane']
|
|
NTabs: typeof import('naive-ui')['NTabs']
|
|
NTag: typeof import('naive-ui')['NTag']
|
|
NText: typeof import('naive-ui')['NText']
|
|
Preview: typeof import('./src/components/Preview.vue')['default']
|
|
}
|
|
}
|