From 6c8ed32873a7b84451e0b35170847c1ec395a0a5 Mon Sep 17 00:00:00 2001 From: Zach Cohn Date: Wed, 29 Oct 2025 09:55:55 -0400 Subject: [PATCH] export setAlertParent in index --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index ef045334..eccf6ba9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,6 +19,7 @@ export * from './svg'; export * from './thread'; export * from './webcomponents'; +export {setAlertParent} from './components/alert'; export type {Alert} from './components/alert'; export type {IconView} from './components/icon'; export type {Modal} from './components/modal';