mirror of
https://github.com/potato47/ccc-devtools.git
synced 2024-12-26 03:39:16 +00:00
27 lines
1.2 KiB
TypeScript
27 lines
1.2 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']
|
|
ElCard: typeof import('element-plus/es')['ElCard']
|
|
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']
|
|
ElLink: typeof import('element-plus/es')['ElLink']
|
|
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
|
ElTreeV2: typeof import('element-plus/es')['ElTreeV2']
|
|
ProfilerPanel: typeof import('./src/components/ProfilerPanel.vue')['default']
|
|
PropItem: typeof import('./src/components/PropItem.vue')['default']
|
|
TreePanel: typeof import('./src/components/TreePanel.vue')['default']
|
|
UserComponent: typeof import('./src/components/UserComponent.vue')['default']
|
|
}
|
|
}
|