UNPKG

281 BJavaScriptView Raw
1import { deprecate } from '@storybook/client-logger';
2export * from '@storybook/channels/dist/postmessage/index';
3
4deprecate("importing from @storybook/channel-postmessage is deprecated and will be removed in 8.0, please import createPostmessageChannel from @storybook/channels");