deno.land / x / goober@v2.1.14 / should-forward-prop / should-forward-prop.d.ts

should-forward-prop.d.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
export = gooberShouldForwardProp;
export as namespace shouldForwardProp;
declare namespace gooberShouldForwardProp { type ForwardPropFunction = (prop: string) => boolean;
function shouldForwardProp(fwdProp: ForwardPropFunction): (props: object) => undefined;}
goober

Version Info

Tagged at
4 months ago