Skip to content

Commit

Permalink
Re-add exports from 62c4b8a
Browse files Browse the repository at this point in the history
Looks like these got lost in a merge conflict with #24658
  • Loading branch information
tmeasday committed Feb 28, 2024
1 parent 85adf5a commit a86c413
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 a86c413

Please sign in to comment.