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
/
children.d.ts
4 lines
(3 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
import
{
Props
,
State
}
from
'./types'
;
declare
const
_default
:
(
props
:
Props
,
state
:
State
) =>
Partial
<
State
>;
export
default
_default;