Skip to content

Commit

Permalink
Merge pull request #19048 from clintandrewhall/preview-web-dep-6.5
Browse files Browse the repository at this point in the history
Core: Fix WebProjectAnnotations export in preview-web for back-compat
  • Loading branch information
shilman committed Sep 7, 2022
1 parent edce704 commit 9e36b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/preview-web/src/index.ts
@@ -1,5 +1,6 @@
// FIXME: breaks builder-vite, remove this in 7.0
export { composeConfigs } from '@storybook/store';
export type { WebProjectAnnotations } from '@storybook/store';

export { Preview } from './Preview';
export { PreviewWeb } from './PreviewWeb';
Expand Down

0 comments on commit 9e36b61

Please sign in to comment.