import { storiesOf } from '@storybook/react'; import * as React from 'react'; import Quantize from './components/Quantize'; import PointScale from './components/Point'; import Threshold from './components/Threshold'; import Diverging from './components/Diverging'; storiesOf('数据映射', module) .add('枚举类型', () => ) .add('颜色范围等分', () => ) .add('离散', () => ) .add('自定义范围', () => );