UNPKG

458 BJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4exports.ROUTER_PROPS = void 0;
5
6var _reactDesc = require("react-desc");
7
8var ROUTER_PROPS = {
9 path: _reactDesc.PropTypes.string.description('Indicates the path to be used for react-router link.').isRequired,
10 method: _reactDesc.PropTypes.oneOf(['push', 'replace']).description('Indicates whether the browser history should be appended to or replaced.').defaultValue('push')
11};
12exports.ROUTER_PROPS = ROUTER_PROPS;
\No newline at end of file