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 75185e9 commit fbcd817Copy full SHA for fbcd817
index.d.ts
@@ -494,7 +494,10 @@ export function firebaseStateReducer(...args: any[]): any
494
/**
495
* React HOC that attaches/detaches Cloud Firestore listeners on mount/unmount
496
*/
497
-export function firestoreConnect(...args: FirestoreQueryOptions[]): any
+type FirestoreConnectArgs = (
498
+ props: any
499
+) => FirestoreQueryOptions[] | FirestoreQueryOptions[]
500
+export function firestoreConnect(FirestoreConnectArgs): any
501
502
503
* Reducer for Firestore state
0 commit comments