-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
28 lines (27 loc) · 1.53 KB
/
components.d.ts
File metadata and controls
28 lines (27 loc) · 1.53 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
/* 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 {
AddView: typeof import('./src/components/AddView/index.vue')['default']
BannerView: typeof import('./src/components/BannerView/index.vue')['default']
BodyView: typeof import('./src/components/BodyView/index.vue')['default']
ButtonsView: typeof import('./src/components/ButtonsView/index.vue')['default']
ContentMenu: typeof import('./src/components/ContentMenu/index.vue')['default']
DropDownMenu: typeof import('./src/components/DropDownMenu/index.vue')['default']
ElButton: typeof import('element-plus/es')['ElButton']
ElCollapse: typeof import('element-plus/es')['ElCollapse']
ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
ElRow: typeof import('element-plus/es')['ElRow']
GlobalPoseView: typeof import('./src/components/GlobalPoseView/index.vue')['default']
ModelView: typeof import('./src/components/ModelView/index.vue')['default']
OperationView: typeof import('./src/components/OperationView/index.vue')['default']
PoseListView: typeof import('./src/components/PoseListView/index.vue')['default']
RenderModalView: typeof import('./src/components/RenderModalView/index.vue')['default']
SafeArea: typeof import('./src/components/DropDownMenu/safeArea.vue')['default']
TopView: typeof import('./src/components/TopView/index.vue')['default']
}
}