import * as React from 'react'; import { storiesOf } from '@storybook/react'; import StringForm from './StringForm'; import NumberForm from './NumberForm'; import DatetimeForm from './DatetimeForm'; import PickerForm from './PickerForm'; import VariantForm from './VariantForm'; import MultiForm from './MultiForm'; import UploadForm from './UploadForm'; import PlainForm from './PlainForm'; import Select from './SelectDemo'; import PopoverForm from './PopoverForm'; import PicturesWall from './PictureWall'; storiesOf('ant-form-mate', module).add('String Form', () => ); storiesOf('ant-form-mate', module).add('Number Form', () => ); storiesOf('ant-form-mate', module).add('Datetime Form', () => ); storiesOf('ant-form-mate', module).add('Picker Form', () => ); storiesOf('ant-form-mate', module).add('Variant Form', () => ); storiesOf('ant-form-mate', module).add('Upload Form', () => ); storiesOf('ant-form-mate', module).add('Multi-Form', () => ); storiesOf('ant-form-mate', module).add('Plain Form', () => ); storiesOf('ant-form-mate components', module).add('Select', () =>