UNPKG

redux-modal

Version:
5 lines (4 loc) 238 B
/// <reference types="react" /> export declare function getDisplayName(WrappedComponent: React.ComponentType<any>): string; export declare function isPromise(thing: any): boolean; export declare function isUndefined(thing: any): boolean;