mirror of
https://github.com/potato47/ccc-devtools.git
synced 2024-12-26 03:39:16 +00:00
24 lines
1.1 KiB
TypeScript
24 lines
1.1 KiB
TypeScript
|
// generated by unplugin-vue-components
|
||
|
// We suggest you to commit this file into source control
|
||
|
// Read more: https://github.com/vuejs/core/pull/3399
|
||
|
import '@vue/runtime-core'
|
||
|
|
||
|
export {}
|
||
|
|
||
|
declare module '@vue/runtime-core' {
|
||
|
export interface GlobalComponents {
|
||
|
CCComponent: typeof import('./src/components/CCComponent.vue')['default']
|
||
|
CCNode: typeof import('./src/components/CCNode.vue')['default']
|
||
|
ElButton: typeof import('element-plus/es')['ElButton']
|
||
|
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
|
||
|
ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
|
||
|
ElInput: typeof import('element-plus/es')['ElInput']
|
||
|
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
|
||
|
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
||
|
ElTreeV2: typeof import('element-plus/es')['ElTreeV2']
|
||
|
PropItem: typeof import('./src/components/PropItem.vue')['default']
|
||
|
TreePanel: typeof import('./src/components/TreePanel.vue')['default']
|
||
|
UserComponent: typeof import('./src/components/UserComponent.vue')['default']
|
||
|
}
|
||
|
}
|