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