diff --git a/types/react-frontload/index.d.ts b/types/react-frontload/index.d.ts index 0a6fca2e93..7092566b4e 100644 --- a/types/react-frontload/index.d.ts +++ b/types/react-frontload/index.d.ts @@ -19,7 +19,7 @@ export interface FrontloadConnectOptions { export const Frontload: ComponentClass; export function frontloadConnect( - frontload: (props: {}) => Promise, + frontload: (props: any) => Promise, options?: FrontloadConnectOptions, ):

(Component: ComponentType

) => ComponentType

;