We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92ebea commit 02011d8Copy full SHA for 02011d8
index.d.ts
@@ -512,9 +512,9 @@ export function populate(
512
* React Context provider for Firebase instance (with methods wrapped in dispatch).
513
* Needed to use HOCs like firebaseConnect and withFirebase.
514
*/
515
-export function ReactReduxFirebaseProvider<T = {}>(
516
- props: ReactReduxFirebaseProviderProps<T>
517
-): T
+export function ReactReduxFirebaseProvider(
+ props: ReactReduxFirebaseProviderProps
+): any
518
519
/**
520
* Props passed to ReactReduxFirebaseContext component
0 commit comments