hypnos 524110b2e5 Revert "Deprecate confusing option names"
This reverts commit 713623201b987d13cdcd39013ee96e256e5908fd.
2017-08-20 06:31:00 +03:00

15 lines
373 B
JavaScript

import * as storybook from '@storybook/react';
import { setOptions } from '../preview';
setOptions({
name: 'CUSTOM-OPTIONS',
url: 'https://github.com/storybooks/storybook',
// goFullScreen: false,
// showLeftPanel: true,
showDownPanel: false,
// showSearchBox: false,
// downPanelInRight: false,
});
storybook.configure(() => require('./stories'), module);