fix: add useAnimatedMount to registry
This commit is contained in:
parent
a90cec770c
commit
57f9a9b118
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user