stupa-pdf-api/frontend/node_modules/goober/should-forward-prop/should-forward-prop.d.ts

10 lines
272 B
TypeScript

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