import * as React from 'react'; import { storiesOf } from '@storybook/react'; import { Button } from '../src'; storiesOf('Button', module) .add('with text', () => ( )) .add('with loading', () => ( )) .add('with isType forward', () => ( )) .add('with isType backward', () => ( )) .add('with isType readmore', () => ( )) .add('with isType confirm', () => ( )) .add('with isType outline', () => ( )) .add('with isType blank', () => ( ));