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 = {}
}