Skip to content

Commit 12929e6

Browse files
authored
SCAL-248683 New navigation V3 enum exports (#213)
1 parent 091abb8 commit 12929e6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/index.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
* @author Ayon Ghosh <[email protected]>
1010
*/
1111
import {
12-
AppEmbed, Page, AppViewConfig, HomePageSearchBarMode,
12+
AppEmbed,
13+
Page,
14+
AppViewConfig,
15+
HomePageSearchBarMode,
16+
PrimaryNavbarVersion,
17+
HomePage,
1318
} from './embed/app';
1419
import {
1520
init,
@@ -129,6 +134,8 @@ export {
129134
uploadMixpanelEvent,
130135
MIXPANEL_EVENT,
131136
HomePageSearchBarMode,
137+
PrimaryNavbarVersion,
138+
HomePage,
132139
VizPoint,
133140
CustomActionPayload,
134141
UIPassthroughEvent,

0 commit comments

Comments
 (0)