-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
19 lines (18 loc) · 800 Bytes
/
components.d.ts
File metadata and controls
19 lines (18 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* 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 {
AppFooter: typeof import('./src/components/AppFooter.vue')['default']
AppHeader: typeof import('./src/components/AppHeader.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
MdEditor: typeof import('./src/components/editor/MdEditor.vue')['default']
MdPreview: typeof import('./src/components/editor/MdPreview.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
WelCome: typeof import('./src/components/WelCome.vue')['default']
}
}