added backup and email client
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
export = gooberShouldForwardProp;
|
||||
|
||||
export as namespace shouldForwardProp;
|
||||
|
||||
declare namespace gooberShouldForwardProp {
|
||||
type ForwardPropFunction = (prop: string) => boolean;
|
||||
|
||||
function shouldForwardProp(fwdProp: ForwardPropFunction): (props: object) => undefined;
|
||||
}
|
||||
Reference in New Issue
Block a user