import React from 'react'; import { storiesOf } from '@storybook/react'; import { action } from '@storybook/addon-actions'; import { StoryContainer } from './helpers'; import { Popover, Datepicker, Button, TextField } from '../src'; export default storiesOf('Popover', module) .addDecorator((getStory) => ( { getStory() } )) .addWithInfo('With Datepicker', () => (
} style={{ width: '400px' }}>
));