Norbert de Langen 3a801158ed
step 5
2022-11-03 15:29:51 +01:00

9 lines
443 B
TypeScript

// exports for builder-vite
export { createChannel as createPostMessageChannel } from '@storybook/channel-postmessage';
export { createChannel as createWebSocketChannel } from '@storybook/channel-websocket';
export { addons } from '@storybook/preview-api';
export { composeConfigs, PreviewWeb } from '@storybook/preview-api';
export { ClientApi } from '@storybook/preview-api';
export type { StorybookConfig } from '@storybook/builder-vite';