UNPKG

240 BTypeScriptView Raw
1/**
2 * Firebase Analytics
3 *
4 * @packageDocumentation
5 */
6import '@firebase/installations';
7declare global {
8 interface Window {
9 [key: string]: unknown;
10 }
11}
12export * from './api';
13export * from './public-types';