23 lines
858 B
TypeScript
23 lines
858 B
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
Markdown: typeof import('./src/components/markdown.vue')['default']
|
|
NButton: typeof import('naive-ui')['NButton']
|
|
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
|
|
NInput: typeof import('naive-ui')['NInput']
|
|
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
|
|
NPopconfirm: typeof import('naive-ui')['NPopconfirm']
|
|
NScrollbar: typeof import('naive-ui')['NScrollbar']
|
|
NSelect: typeof import('naive-ui')['NSelect']
|
|
NTag: typeof import('naive-ui')['NTag']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
}
|
|
}
|