1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-05 06:41:17 +08:00

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;