UNPKG

curls

Version:

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

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