We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eg:
Appear.defaultProps = { transitionDuration: 300 }; Appear.propTypes = { children: PropTypes.node, fragment: PropTypes.object, route: PropTypes.object, style: PropTypes.object, transitionDuration: PropTypes.number };
and
class Appear extends Component { static propTypes = {} }