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 9748584 commit 45181c3Copy full SHA for 45181c3
packages/firestore/src/api.ts
@@ -82,7 +82,7 @@ export {
82
} from './api/bundle';
83
84
export { FirestoreSettings, PersistenceSettings } from './api/settings';
85
-export { PrivateSettings } from './lite-api/settings';
+export type { PrivateSettings } from './lite-api/settings';
86
export { ExperimentalLongPollingOptions } from './api/long_polling_options';
87
88
export {
0 commit comments