mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
7 lines
268 B
TypeScript
7 lines
268 B
TypeScript
import deprecate from 'util-deprecate';
|
|
|
|
export { INITIAL_VIEWPORTS, DEFAULT_VIEWPORT, MINIMAL_VIEWPORTS } from '../defaults';
|
|
|
|
export const configureViewport = deprecate(() => {},
|
|
'configureViewport is no longer supported, use .addParameters({ viewport }) instead');
|