import * as React from 'react'; import { storiesOf } from '@storybook/react'; import { FastSelection, GlobalStyle } from '../src'; storiesOf('FastSelection', module) .add('Default', () => ( null} /> )) .add('Single Selections', () => ( null} /> ));