grommet
Version:
focus on the essential experience
5 lines • 331 B
JavaScript
import { PropTypes } from 'react-desc';
export var ROUTER_PROPS = {
path: PropTypes.string.description('Indicates the path to be used for react-router link.').isRequired,
method: PropTypes.oneOf(['push', 'replace']).description('Indicates whether the browser history should be appended to or replaced.').defaultValue('push')
};