Skip to content

Commit c5b16ca

Browse files
authored
fix: export useMotionFeatures (#235)
1 parent 698193d commit c5b16ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export { useElementStyle } from './useElementStyle'
2424
export { useElementTransform } from './useElementTransform'
2525
export { useMotion } from './useMotion'
2626
export { useMotionControls } from './useMotionControls'
27+
export { useMotionFeatures } from './useMotionFeatures'
2728
export { useMotionProperties } from './useMotionProperties'
2829
export { useMotions } from './useMotions'
2930
export { useMotionTransitions } from './useMotionTransitions'

0 commit comments

Comments
 (0)