mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
9 lines
443 B
TypeScript
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';
|