fix: re-export VueWidgets types from public API

This commit is contained in:
Johnpaul
2026-01-13 20:54:18 +01:00
parent 394cefcc92
commit 92fc6f35f3

View File

@@ -24,7 +24,7 @@ import type {
ToastMessageOptions
} from './extensionTypes'
export type { ComfyExtension } from './comfy'
export type { ComfyExtension, VueWidgetDefinition, VueWidgets } from './comfy'
export type { ComfyApi } from '@/scripts/api'
export type { ComfyApp } from '@/scripts/app'
export type { ComfyNodeDef } from '@/schemas/nodeDefSchema'