From 57f9a9b118bf39546eec0a16e980209857ff410e Mon Sep 17 00:00:00 2001 From: p-sw Date: Wed, 7 Aug 2024 21:46:12 +0900 Subject: [PATCH] fix: add useAnimatedMount to registry --- registry.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/registry.json b/registry.json index 9883224..88f4059 100644 --- a/registry.json +++ b/registry.json @@ -4,7 +4,13 @@ "components": "/packages/react/components/{componentName}", "lib": "/packages/react/lib/{libName}" }, - "lib": ["index.ts", "Slot.tsx", "vcn.ts", "useDocument.ts"], + "lib": [ + "index.ts", + "Slot.tsx", + "vcn.ts", + "useDocument.ts", + "useAnimatedMount.ts" + ], "components": { "button": { "type": "file", "name": "Button.tsx" }, "checkbox": { "type": "file", "name": "Checkbox.tsx" },