forked from vipzhicheng/logseq-plugin-vim-shortcuts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
23 lines (21 loc) · 1.05 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
declare module 'vue' {
export interface GlobalComponents {
Color: typeof import('./src/components/Color.vue')['default']
Command: typeof import('./src/components/Command.vue')['default']
CopyText: typeof import('./src/components/CopyText.vue')['default']
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
ElButton: typeof import('element-plus/es')['ElButton']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDrawer: typeof import('element-plus/es')['ElDrawer']
ElInput: typeof import('element-plus/es')['ElInput']
ElTimeline: typeof import('element-plus/es')['ElTimeline']
ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem']
Help: typeof import('./src/components/Help.vue')['default']
Mark: typeof import('./src/components/Mark.vue')['default']
Search: typeof import('./src/components/Search.vue')['default']
}
}
export { }