import React from 'react';
import { storiesOf } from '@storybook/react';
import { number } from '@storybook/addon-knobs';
import { HitsPerPage, Panel } from 'react-instantsearch-dom';
import { WrapWithHits } from './util';
const stories = storiesOf('HitsPerPage', module);
stories
.add('default', () => (
))
.add('without label', () => (
))
.add('with Panel', () => (
))
.add('playground', () => (
));