Skip to content

Commit f18a6d4

Browse files
authored
Fix analytics type export (#4326)
1 parent f7e3054 commit f18a6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/analytics-exp/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ registerAnalytics();
8282

8383
export * from './api';
8484

85-
export {
85+
export type {
8686
Analytics,
8787
AnalyticsCallOptions,
8888
SettingsOptions,

0 commit comments

Comments
 (0)