-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
30 lines (29 loc) · 1.63 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
25
26
27
28
29
30
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
ButtonPrimary: typeof import('./src/components/ButtonPrimary.vue')['default']
ButtonText: typeof import('./src/components/ButtonText.vue')['default']
Chip: typeof import('./src/components/Chip.vue')['default']
ContextMenu: typeof import('./src/components/ContextMenu.vue')['default']
DropZone: typeof import('./src/components/DropZone.vue')['default']
Icon: typeof import('./src/components/Icon.vue')['default']
InputAnnouncement: typeof import('./src/components/InputAnnouncement.vue')['default']
InputCheckbox: typeof import('./src/components/InputCheckbox.vue')['default']
InputNumber: typeof import('./src/components/InputNumber.vue')['default']
InputSlider: typeof import('./src/components/InputSlider.vue')['default']
InputText: typeof import('./src/components/InputText.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SidePanel: typeof import('./src/components/SidePanel.vue')['default']
Tab: typeof import('./src/components/Tab.vue')['default']
Tabs: typeof import('./src/components/Tabs.vue')['default']
TmsScheduleUploadSection: typeof import('./src/components/TmsScheduleUploadSection.vue')['default']
TmsXmlUploadSection: typeof import('./src/components/TmsXmlUploadSection.vue')['default']
VoicesSelector: typeof import('./src/components/VoicesSelector.vue')['default']
}
}