UNPKG

curls

Version:

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

7 lines (6 loc) • 185 B
import {objectWithoutProps} from './utils' const withoutChildren = { children: 0, } export default hook => props => props.children(objectWithoutProps(hook(props), withoutChildren))