UNPKG
@piotrjoniec/motion
Version:
latest (12.16.0-3)
12.16.0-3
12.16.0-2
12.16.0-1
An animation library for JavaScript and React.
github.com/piotrjoniec/motion
piotrjoniec/motion
@piotrjoniec/motion
/
dist
/
es
/
packages
/
motion
/
lib
/
react-mini.mjs
3 lines
(2 loc)
•
144 B
JavaScript
View Raw
1
2
3
"use client"
;
export
{ useAnimateMini
as
useAnimate }
from
'../../../node_modules/framer-motion/dist/es/animation/hooks/use-animate-style.mjs'
;