-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
24 lines (22 loc) · 1.13 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
24
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
CommentItem: typeof import('./src/components/CommentItem.vue')['default']
CommentListBox: typeof import('./src/components/CommentListBox.vue')['default']
CommentSubmitBox: typeof import('./src/components/CommentSubmitBox.vue')['default']
ElButton: typeof import('element-plus/es')['ElButton']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElInput: typeof import('element-plus/es')['ElInput']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
MarkdownView: typeof import('./src/components/MarkdownView.vue')['default']
}
}