This commit is contained in:
Clint Andrew Hall 2022-08-29 12:14:12 -05:00
parent bbc0e82937
commit 64a729c82d

View File

@ -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';