Skip to content

Commit

Permalink
Merge pull request #26224 from storybookjs/tom/re-export-for-embedding
Browse files Browse the repository at this point in the history
Core: Export preview symbols for embedding
  • Loading branch information
shilman authored Feb 28, 2024
2 parents 9d26611 + a86c413 commit 436c47e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/lib/preview-api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ export type { PropDescriptor } from './store';
* STORIES API
*/
export { StoryStore } from './store';
export { Preview, PreviewWithSelection, PreviewWeb } from './preview-web';
export { Preview, PreviewWeb, PreviewWithSelection, UrlStore, WebView } from './preview-web';
export type { SelectionStore, View } from './preview-web';

0 comments on commit 436c47e

Please sign in to comment.