-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
35 lines (33 loc) · 1.52 KB
/
components.d.ts
File metadata and controls
35 lines (33 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* eslint-disable */
// @ts-nocheck
// biome-ignore lint: disable
// oxlint-disable
// ------
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
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']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDrawer: typeof import('element-plus/es')['ElDrawer']
ElInput: typeof import('element-plus/es')['ElInput']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
ElTag: typeof import('element-plus/es')['ElTag']
ElTimeline: typeof import('element-plus/es')['ElTimeline']
ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
Help: typeof import('./src/components/Help.vue')['default']
Mark: typeof import('./src/components/Mark.vue')['default']
Search: typeof import('./src/components/Search.vue')['default']
Settings: typeof import('./src/components/Settings.vue')['default']
}
}