UNPKG

saven

Version:
14 lines (10 loc) 234 B
function proptype () { } proptype.isRequired = proptype const getProptype = () => proptype const PropTypes = { element: getProptype, func: getProptype, shape: getProptype, instanceOf: getProptype } export default PropTypes