UNPKG
@bonobolabs/react-pose
Version:
latest (4.1.3)
4.1.3
4.1.2
4.1.1
4.1.0
A declarative animation library for React
Popmotion/popmotion
@bonobolabs/react-pose
/
src
/
index.ts
7 lines
(5 loc)
•
195 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
posed
from
'./posed'
;
import
Transition
from
'./components/Transition'
;
import
PoseGroup
from
'./components/Transition/PoseGroup'
;
export
default
posed;
export
{
Transition
,
PoseGroup
};