UNPKG

@jlalmes/goober

Version:

A less than 1KB css-in-js solution

10 lines (6 loc) 272 B
export = gooberShouldForwardProp; export as namespace shouldForwardProp; declare namespace gooberShouldForwardProp { type ForwardPropFunction = (prop: string) => boolean; function shouldForwardProp(fwdProp: ForwardPropFunction): (props: object) => undefined; }