mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 17:52:16 +00:00
fix: re-export VueWidgets types from public API
This commit is contained in:
@@ -24,7 +24,7 @@ import type {
|
|||||||
ToastMessageOptions
|
ToastMessageOptions
|
||||||
} from './extensionTypes'
|
} from './extensionTypes'
|
||||||
|
|
||||||
export type { ComfyExtension } from './comfy'
|
export type { ComfyExtension, VueWidgetDefinition, VueWidgets } from './comfy'
|
||||||
export type { ComfyApi } from '@/scripts/api'
|
export type { ComfyApi } from '@/scripts/api'
|
||||||
export type { ComfyApp } from '@/scripts/app'
|
export type { ComfyApp } from '@/scripts/app'
|
||||||
export type { ComfyNodeDef } from '@/schemas/nodeDefSchema'
|
export type { ComfyNodeDef } from '@/schemas/nodeDefSchema'
|
||||||
|
|||||||
Reference in New Issue
Block a user