mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:11:15 +08:00
6 lines
220 B
JavaScript
6 lines
220 B
JavaScript
const preview = require('./dist/legacy_preview/index');
|
|
|
|
exports.configureViewport = preview.configureViewport;
|
|
exports.DEFAULT_VIEWPORT = preview.DEFAULT_VIEWPORT;
|
|
exports.INITIAL_VIEWPORTS = preview.INITIAL_VIEWPORTS;
|