mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-23 05:02:10 +08:00
6 lines
191 B
JavaScript
6 lines
191 B
JavaScript
|
const preview = require('./dist/preview');
|
||
|
|
||
|
exports.configure = preview.configure;
|
||
|
exports.DEFAULT_VIEWPORT = preview.DEFAULT_VIEWPORT;
|
||
|
exports.INITIAL_VIEWPORTS = preview.INITIAL_VIEWPORTS;
|