From a86c413875c1c120ec23990bc6c051a272d75a55 Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Wed, 28 Feb 2024 16:13:40 +1100 Subject: [PATCH] Re-add exports from 62c4b8a28425a33d4b37b7434ee771514b80d24a Looks like these got lost in a merge conflict with https://github.com/storybookjs/storybook/pull/24658 --- code/lib/preview-api/src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/lib/preview-api/src/index.ts b/code/lib/preview-api/src/index.ts index c2fcc5bf9640..e47cdaa0a0dd 100644 --- a/code/lib/preview-api/src/index.ts +++ b/code/lib/preview-api/src/index.ts @@ -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';