UNPKG

just-render-props

Version:
12 lines (8 loc) 208 B
const PropTypes = require(`prop-types`); JustRenderProps.propTypes = { children: PropTypes.func.isRequired }; function JustRenderProps({children}){ return children(); } module.exports = JustRenderProps;