From 8227e2574fcb642a9b18557baf9b2a3915f7606b Mon Sep 17 00:00:00 2001 From: lars-berger Date: Thu, 28 Nov 2024 15:56:57 +0800 Subject: [PATCH] feat: export `startWidget` for programmatically launching widget at given placement --- packages/client-api/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/client-api/src/index.ts b/packages/client-api/src/index.ts index 09e8f803..55fb4fda 100644 --- a/packages/client-api/src/index.ts +++ b/packages/client-api/src/index.ts @@ -1,6 +1,7 @@ export * from './config'; export { currentWidget, + startWidget, startWidgetPreset, type Widget, type WidgetWindow,