Skip to content

Commit c9b986c

Browse files
authored
fix: re-export types from vdom [CEC-361] (#38)
1 parent c5ab03e commit c9b986c

File tree

2 files changed

+2
-0
lines changed
  • packages

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export type * from '@algolia/generative-experiences-vdom';
12
export * from './shoppingGuidesContent';
23
export * from './shoppingGuidesFeedback';
34
export * from './shoppingGuidesHeadlines';

packages/generative-experiences-react/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export type * from '@algolia/generative-experiences-vdom';
12
export * from './ShoppingGuidesHeadlines';
23
export * from './ShoppingGuidesContent';
34
export * from './ShoppingGuidesFeedback';

0 commit comments

Comments
 (0)