UNPKG

317 BTypeScriptView Raw
1/// <reference types="react" />
2import hoistStatics from 'hoist-non-react-statics';
3declare function withDialog(Component: any): {
4 (props: any): JSX.Element;
5 displayName: string;
6 WrappedComponent: any;
7} & hoistStatics.NonReactStatics<any, {}>;
8export default withDialog;
9//# sourceMappingURL=hoc.d.ts.map
\No newline at end of file