|
@@ -6,10 +6,12 @@ declare module 'vue' {
|
|
|
'ModuleAuthorNote': typeof import("../components/ModuleAuthorNote.vue")['default']
|
|
|
'Pane': typeof import("../components/Pane.vue")['default']
|
|
|
'PerformanceMonitor': typeof import("../components/PerformanceMonitor.vue")['default']
|
|
|
- 'PropertyTree': typeof import("../components/PropertyTree.vue")['default']
|
|
|
'SceneGraphItem': typeof import("../components/SceneGraphItem.vue")['default']
|
|
|
'TheHeader': typeof import("../components/TheHeader.vue")['default']
|
|
|
+ 'InspectorBranch': typeof import("../components/inspector/InspectorBranch.vue")['default']
|
|
|
'InspectorState': typeof import("../components/inspector/InspectorState.vue")['default']
|
|
|
+ 'InspectorTree': typeof import("../components/inspector/InspectorTree.vue")['default']
|
|
|
+ 'InspectorProps': typeof import("../components/inspector/props")['default']
|
|
|
'ProgramsModule': typeof import("../components/programs-module/index.vue")['default']
|
|
|
'ProgramsModuleItem': typeof import("../components/programs-module/item.vue")['default']
|
|
|
'UnoIcon': typeof import("../../../../node_modules/.pnpm/@unocss+nuxt@0.58.3_postcss@8.4.33_rollup@3.29.4_vite@5.0.11_webpack@5.89.0/node_modules/@unocss/nuxt/runtime/UnoIcon.vue")['default']
|
|
@@ -110,10 +112,12 @@ declare module 'vue' {
|
|
|
'LazyModuleAuthorNote': typeof import("../components/ModuleAuthorNote.vue")['default']
|
|
|
'LazyPane': typeof import("../components/Pane.vue")['default']
|
|
|
'LazyPerformanceMonitor': typeof import("../components/PerformanceMonitor.vue")['default']
|
|
|
- 'LazyPropertyTree': typeof import("../components/PropertyTree.vue")['default']
|
|
|
'LazySceneGraphItem': typeof import("../components/SceneGraphItem.vue")['default']
|
|
|
'LazyTheHeader': typeof import("../components/TheHeader.vue")['default']
|
|
|
+ 'LazyInspectorBranch': typeof import("../components/inspector/InspectorBranch.vue")['default']
|
|
|
'LazyInspectorState': typeof import("../components/inspector/InspectorState.vue")['default']
|
|
|
+ 'LazyInspectorTree': typeof import("../components/inspector/InspectorTree.vue")['default']
|
|
|
+ 'LazyInspectorProps': typeof import("../components/inspector/props")['default']
|
|
|
'LazyProgramsModule': typeof import("../components/programs-module/index.vue")['default']
|
|
|
'LazyProgramsModuleItem': typeof import("../components/programs-module/item.vue")['default']
|
|
|
'LazyUnoIcon': typeof import("../../../../node_modules/.pnpm/@unocss+nuxt@0.58.3_postcss@8.4.33_rollup@3.29.4_vite@5.0.11_webpack@5.89.0/node_modules/@unocss/nuxt/runtime/UnoIcon.vue")['default']
|
|
@@ -217,10 +221,12 @@ export const Graph: typeof import("../components/Graph.vue")['default']
|
|
|
export const ModuleAuthorNote: typeof import("../components/ModuleAuthorNote.vue")['default']
|
|
|
export const Pane: typeof import("../components/Pane.vue")['default']
|
|
|
export const PerformanceMonitor: typeof import("../components/PerformanceMonitor.vue")['default']
|
|
|
-export const PropertyTree: typeof import("../components/PropertyTree.vue")['default']
|
|
|
export const SceneGraphItem: typeof import("../components/SceneGraphItem.vue")['default']
|
|
|
export const TheHeader: typeof import("../components/TheHeader.vue")['default']
|
|
|
+export const InspectorBranch: typeof import("../components/inspector/InspectorBranch.vue")['default']
|
|
|
export const InspectorState: typeof import("../components/inspector/InspectorState.vue")['default']
|
|
|
+export const InspectorTree: typeof import("../components/inspector/InspectorTree.vue")['default']
|
|
|
+export const InspectorProps: typeof import("../components/inspector/props")['default']
|
|
|
export const ProgramsModule: typeof import("../components/programs-module/index.vue")['default']
|
|
|
export const ProgramsModuleItem: typeof import("../components/programs-module/item.vue")['default']
|
|
|
export const UnoIcon: typeof import("../../../../node_modules/.pnpm/@unocss+nuxt@0.58.3_postcss@8.4.33_rollup@3.29.4_vite@5.0.11_webpack@5.89.0/node_modules/@unocss/nuxt/runtime/UnoIcon.vue")['default']
|
|
@@ -321,10 +327,12 @@ export const LazyGraph: typeof import("../components/Graph.vue")['default']
|
|
|
export const LazyModuleAuthorNote: typeof import("../components/ModuleAuthorNote.vue")['default']
|
|
|
export const LazyPane: typeof import("../components/Pane.vue")['default']
|
|
|
export const LazyPerformanceMonitor: typeof import("../components/PerformanceMonitor.vue")['default']
|
|
|
-export const LazyPropertyTree: typeof import("../components/PropertyTree.vue")['default']
|
|
|
export const LazySceneGraphItem: typeof import("../components/SceneGraphItem.vue")['default']
|
|
|
export const LazyTheHeader: typeof import("../components/TheHeader.vue")['default']
|
|
|
+export const LazyInspectorBranch: typeof import("../components/inspector/InspectorBranch.vue")['default']
|
|
|
export const LazyInspectorState: typeof import("../components/inspector/InspectorState.vue")['default']
|
|
|
+export const LazyInspectorTree: typeof import("../components/inspector/InspectorTree.vue")['default']
|
|
|
+export const LazyInspectorProps: typeof import("../components/inspector/props")['default']
|
|
|
export const LazyProgramsModule: typeof import("../components/programs-module/index.vue")['default']
|
|
|
export const LazyProgramsModuleItem: typeof import("../components/programs-module/item.vue")['default']
|
|
|
export const LazyUnoIcon: typeof import("../../../../node_modules/.pnpm/@unocss+nuxt@0.58.3_postcss@8.4.33_rollup@3.29.4_vite@5.0.11_webpack@5.89.0/node_modules/@unocss/nuxt/runtime/UnoIcon.vue")['default']
|