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
/
global.ts
6 lines
(4 loc)
•
154 B
text/typescript
View Raw
1
2
3
4
5
6
import
posed
from
'./'
;
import
PoseGroup
from
'./components/Transition/PoseGroup'
; (
window
as
any
).
posed
= posed; (
window
as
any
).
PoseGroup
=
PoseGroup
;