UNPKG
vue-pose
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
A declarative animation library for Vue
Popmotion/popmotion
vue-pose
/
lib
/
components
/
pose-transition.d.ts
4 lines
(3 loc)
•
123 B
TypeScript
View Raw
1
2
3
4
import
{
PosedComponent
}
from
'../types'
;
declare
const
PoseTransition
:
PosedComponent
;
export
default
PoseTransition
;