-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
20 lines (19 loc) · 838 Bytes
/
components.d.ts
File metadata and controls
20 lines (19 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
FileDropZone: typeof import('./src/components/FileDropZone.vue')['default']
IconInput: typeof import('./src/components/IconInput.vue')['default']
ModelExporter: typeof import('./src/components/ModelExporter.vue')['default']
ModelRenderer: typeof import('./src/components/ModelRenderer.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SvgTo3D: typeof import('./src/components/SvgTo3D.vue')['default']
TheFooter: typeof import('./src/components/TheFooter.vue')['default']
}
}