UNPKG

rsuite

Version:

A suite of react components

9 lines 240 B
import PropTypes from 'prop-types'; export var animationPropTypes = { onEnter: PropTypes.func, onEntering: PropTypes.func, onEntered: PropTypes.func, onExit: PropTypes.func, onExiting: PropTypes.func, onExited: PropTypes.func };