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
/
lib
/
components
/
Transition
/
PoseGroup.d.ts
9 lines
(8 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
React
from
'react'
;
import
{
Props
}
from
'./types'
;
export
default
class
PoseGroup
extends
React.Component
<
Props
> {
static
defaultProps
: {
flipMove
:
boolean
; };
render
():
JSX
.
Element
; }