import React from 'react'; import { storiesOf } from '@storybook/react'; import { action } from '@storybook/addon-actions'; import { StoryContainer } from './helpers'; import { Pagination } from '../src'; export default storiesOf('Pagination', module) .addDecorator((getStory) => ( { getStory() } )) .addWithInfo('with initial index', () => ( )) .addWithInfo('with lots of pages', () => ( ));