UNPKG

curls

Version:

💪 Responsive, expressive UI primitives for React written with Style Hooks and Emotion

16 lines (10 loc) • 282 B
'use strict' exports.__esModule = true exports.default = void 0 var _utils = require('./utils') const withoutChildren = { children: 0, } var _default = hook => props => props.children((0, _utils.objectWithoutProps)(hook(props), withoutChildren)) exports.default = _default