File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
packages-exp/analytics-exp/src Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,17 @@ import {
27
27
import { ERROR_FACTORY , AnalyticsError } from './errors' ;
28
28
import { logEvent } from './api' ;
29
29
import { name , version } from '../package.json' ;
30
- import { AnalyticsCallOptions } from '@firebase/analytics-types-exp' ;
30
+
31
+ import {
32
+ Analytics ,
33
+ AnalyticsCallOptions ,
34
+ SettingsOptions ,
35
+ ControlParams ,
36
+ EventParams ,
37
+ CustomParams ,
38
+ Item ,
39
+ Promotion
40
+ } from '@firebase/analytics-types-exp' ;
31
41
32
42
declare global {
33
43
interface Window {
@@ -81,14 +91,15 @@ function registerAnalytics(): void {
81
91
registerAnalytics ( ) ;
82
92
83
93
export * from './api' ;
84
-
85
- export type {
94
+ /**
95
+ * Public types.
96
+ */
97
+ export {
86
98
Analytics ,
87
- AnalyticsCallOptions ,
88
99
SettingsOptions ,
89
100
ControlParams ,
90
101
EventParams ,
91
102
CustomParams ,
92
103
Item ,
93
104
Promotion
94
- } from '@firebase/analytics-types-exp' ;
105
+ } ;
You can’t perform that action at this time.
0 commit comments