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 3a624bf commit 01582b7Copy full SHA for 01582b7
1 file changed
packages/firestore/lib/modular/snapshot.d.ts
@@ -236,6 +236,4 @@ export declare function queryEqual<AppModelType, DbModelType extends DocumentDat
236
* @param firestore
237
* @param onSync
238
*/
239
-export declare function onSnapshotsInSync(
240
- firestore: Firestore, onSync: () => void
241
-): Unsubscribe;
+export declare function onSnapshotsInSync(firestore: Firestore, onSync: () => void): Unsubscribe;
0 commit comments