|
|
@@ -14,6 +14,7 @@ declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
CodeEditor: typeof import('./src/components/CodeEditor/index.vue')['default']
|
|
|
ColorPicker: typeof import('./src/components/ColorPicker/index.vue')['default']
|
|
|
+ Components: typeof import('./src/components/index.vue')['default']
|
|
|
EditorModal: typeof import('./src/components/EditorModal/index.vue')['default']
|
|
|
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
|
|
|
ElAutoComplete: typeof import('element-plus/es')['ElAutoComplete']
|
|
|
@@ -67,6 +68,7 @@ declare module 'vue' {
|
|
|
ElTabs: typeof import('element-plus/es')['ElTabs']
|
|
|
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
|
ElTree: typeof import('element-plus/es')['ElTree']
|
|
|
+ IconButton: typeof import('./src/components/IconButton/index.vue')['default']
|
|
|
LocalImage: typeof import('./src/components/LocalImage/index.vue')['default']
|
|
|
MonacoEditor: typeof import('./src/components/MonacoEditor/index.vue')['default']
|
|
|
PanelTitle: typeof import('./src/components/PanelTitle/index.vue')['default']
|
|
|
@@ -85,6 +87,7 @@ declare module 'vue' {
|
|
|
declare global {
|
|
|
const CodeEditor: typeof import('./src/components/CodeEditor/index.vue')['default']
|
|
|
const ColorPicker: typeof import('./src/components/ColorPicker/index.vue')['default']
|
|
|
+ const Components: typeof import('./src/components/index.vue')['default']
|
|
|
const EditorModal: typeof import('./src/components/EditorModal/index.vue')['default']
|
|
|
const ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
|
|
|
const ElAutoComplete: typeof import('element-plus/es')['ElAutoComplete']
|
|
|
@@ -138,6 +141,7 @@ declare global {
|
|
|
const ElTabs: typeof import('element-plus/es')['ElTabs']
|
|
|
const ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
|
const ElTree: typeof import('element-plus/es')['ElTree']
|
|
|
+ const IconButton: typeof import('./src/components/IconButton/index.vue')['default']
|
|
|
const LocalImage: typeof import('./src/components/LocalImage/index.vue')['default']
|
|
|
const MonacoEditor: typeof import('./src/components/MonacoEditor/index.vue')['default']
|
|
|
const PanelTitle: typeof import('./src/components/PanelTitle/index.vue')['default']
|