"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SomeShape = void 0; var PropTypes = require("prop-types"); exports.SomeShape = PropTypes.shape({}); //# sourceMappingURL=shapes.js.map