26 lines
1.2 KiB
TypeScript
26 lines
1.2 KiB
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 {
|
|
AButton: typeof import('@arco-design/web-vue')['Button']
|
|
AInput: typeof import('@arco-design/web-vue')['Input']
|
|
ARate: typeof import('@arco-design/web-vue')['Rate']
|
|
AScrollbar: typeof import('@arco-design/web-vue')['Scrollbar']
|
|
ASwitch: typeof import('@arco-design/web-vue')['Switch']
|
|
ATable: typeof import('@arco-design/web-vue')['Table']
|
|
DynamicComponent: typeof import('./src/components/DynamicComponent.vue')['default']
|
|
ElTable: typeof import('./src/components/ElTable.vue')['default']
|
|
FunctionalIcons: typeof import('./src/components/FunctionalIcons.vue')['default']
|
|
NestedDirective: typeof import('./src/components/NestedDirective.vue')['default']
|
|
NestedFunction: typeof import('./src/components/NestedFunction.vue')['default']
|
|
TestComponent: typeof import('./src/components/TestComponent.vue')['default']
|
|
TestParentComponent: typeof import('./src/components/TestParentComponent.vue')['default']
|
|
VueDemo: typeof import('./src/components/VueDemo.vue')['default']
|
|
}
|
|
}
|