Actually export PreviewWithSelection

This commit is contained in:
Tom Coleman 2022-11-04 14:42:55 +11:00
parent 5a4698acbc
commit bfc21a8537

View File

@ -3,6 +3,7 @@ export { composeConfigs } from '@storybook/store';
export type { ProjectAnnotations as WebProjectAnnotations } from '@storybook/types';
export { Preview } from './Preview';
export { PreviewWithSelection } from './PreviewWithSelection';
export { PreviewWeb } from './PreviewWeb';
export { simulatePageLoad, simulateDOMContentLoaded } from './simulate-pageload';