Interface AnimatableComponentProps

interface AnimatableComponentProps {
    animation: undefined | Animation;
    child: FunctionComponentElement<any>;
    panHandlers: GestureResponderHandlers;
    reanimation: undefined | Reanimation;
    state: GouterState<GouterConfig, any>;
}

Properties

animation: undefined | Animation
child: FunctionComponentElement<any>
panHandlers: GestureResponderHandlers
reanimation: undefined | Reanimation

Generated using TypeDoc