database-petani-mobile/node_modules/goober/should-forward-prop/should-forward-prop.d.ts
2026-02-23 16:39:35 +07:00

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;
}