mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
16 lines
292 B
JavaScript
Executable File
16 lines
292 B
JavaScript
Executable File
import actions from './actions';
|
|
|
|
export default {
|
|
actions,
|
|
defaultState: {
|
|
shortcutOptions: {
|
|
goFullScreen: false,
|
|
showStoriesPanel: true,
|
|
showAddonPanel: true,
|
|
showSearchBox: false,
|
|
addonPanelInRight: false,
|
|
enableShortcuts: true,
|
|
},
|
|
},
|
|
};
|