mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 15:01:23 +08:00
10 lines
470 B
TypeScript
10 lines
470 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/addons';
|
|
export { composeConfigs, PreviewWeb } from '@storybook/preview-web';
|
|
export { ClientApi } from '@storybook/client-api';
|
|
|
|
export * from '@storybook/vue3';
|
|
export type { StorybookConfig } from '@storybook/builder-vite';
|