ccc-devtools/components.d.ts

27 lines
1.2 KiB
TypeScript
Raw Normal View History

2022-07-17 08:48:06 +00:00
// 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']
2022-07-26 12:05:42 +00:00
ElCard: typeof import('element-plus/es')['ElCard']
2022-07-17 08:48:06 +00:00
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']
2022-08-04 08:24:52 +00:00
ElLink: typeof import('element-plus/es')['ElLink']
2022-07-17 08:48:06 +00:00
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElTreeV2: typeof import('element-plus/es')['ElTreeV2']
2022-08-03 10:00:31 +00:00
ProfilerPanel: typeof import('./src/components/ProfilerPanel.vue')['default']
2022-07-17 08:48:06 +00:00
PropItem: typeof import('./src/components/PropItem.vue')['default']
TreePanel: typeof import('./src/components/TreePanel.vue')['default']
UserComponent: typeof import('./src/components/UserComponent.vue')['default']
}
}