import * as React from 'react'; import styled from 'styled-components'; import { storiesOf } from '@storybook/react'; import { Select } from '../src'; const InputWrapper = styled.div`margin: 100px 50px;`; storiesOf('Select', module) .add('select default', () => (