mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
UI improvements: sidebar enhancements, node tree structure, styling updates
This commit is contained in:
3
ComfyUI_vibe/src/components.d.ts
vendored
3
ComfyUI_vibe/src/components.d.ts
vendored
@@ -26,4 +26,7 @@ declare module 'vue' {
|
||||
WorkspaceLayout: typeof import('./components/v2/layout/WorkspaceLayout.vue')['default']
|
||||
WorkspaceSidebar: typeof import('./components/v2/layout/WorkspaceSidebar.vue')['default']
|
||||
}
|
||||
export interface ComponentCustomProperties {
|
||||
Tooltip: typeof import('primevue/tooltip')['default']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user