From 05426efcaf438632c8afae665068efa5e91f85ea Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Tue, 11 Mar 2025 20:35:43 +0900 Subject: [PATCH] fix: add export for useAnimatedMount in pswui lib --- src/pswui/lib/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pswui/lib/index.ts b/src/pswui/lib/index.ts index db93e6f..8076ccb 100644 --- a/src/pswui/lib/index.ts +++ b/src/pswui/lib/index.ts @@ -1,3 +1,4 @@ export * from "./vcn"; export * from "./Slot"; export * from "./useDocument"; +export * from "./useAnimatedMount";