UNPKG

grommet

Version:

focus on the essential experience

13 lines (12 loc) 540 B
"use strict"; exports.__esModule = true; exports.ROUTER_PROPS = void 0; var _propTypes = _interopRequireDefault(require("prop-types")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; } var ROUTER_PROPS = exports.ROUTER_PROPS = { // Indicates the path to be used for react-router link. path: _propTypes["default"].string.isRequired, // Indicates whether the browser history should be appended to or replaced. // defaultValue: 'push method: _propTypes["default"].oneOf(['push', 'replace']) };