From 92fc6f35f3ee8f55337c94b76bb9b1c8a0251e37 Mon Sep 17 00:00:00 2001 From: Johnpaul Date: Tue, 13 Jan 2026 20:54:18 +0100 Subject: [PATCH] fix: re-export VueWidgets types from public API --- src/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/index.ts b/src/types/index.ts index 25f8e2090..74e201dd1 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -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'