2022-11-23 13:58:02 +01:00

8 lines
274 B
TypeScript

import { deprecate } from '@storybook/client-logger';
deprecate(
'importing from @storybook/client-api is deprecated and will be removed in 8.0, please import canvas related modules from @storybook/preview-api'
);
export * from '@storybook/preview-api/dist/client-api';