2017-09-27 20:32:48 +00:00
|
|
|
import { configure } from '@storybook/react';
|
2017-09-28 00:36:48 +00:00
|
|
|
import { setOptions } from '@storybook/addon-options';
|
2017-09-27 20:32:48 +00:00
|
|
|
|
2017-09-28 00:36:48 +00:00
|
|
|
setOptions({
|
|
|
|
name: 'Contribute on GitHub',
|
|
|
|
url: 'https://github.com/missive/emoji-mart',
|
|
|
|
downPanelInRight: true,
|
|
|
|
sidebarAnimations: false,
|
|
|
|
})
|
2017-09-27 20:32:48 +00:00
|
|
|
|
2017-09-28 00:36:48 +00:00
|
|
|
configure(() => require('../stories'), module);
|