19 lines
790 B
TypeScript
19 lines
790 B
TypeScript
/* 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 {
|
|
AdaptivePage: typeof import('./src/components/AdaptivePage.vue')['default']
|
|
DynamicComponent: typeof import('./src/components/DynamicComponent.vue')['default']
|
|
ElTable: typeof import('./src/components/ElTable.vue')['default']
|
|
MainView: typeof import('./src/components/MainView.vue')['default']
|
|
NestedFunction: typeof import('./src/components/NestedFunction.vue')['default']
|
|
PropertyEditor: typeof import('./src/components/PropertyEditor.vue')['default']
|
|
TestComponent: typeof import('./src/components/TestComponent.vue')['default']
|
|
}
|
|
}
|