mirror of https://gitee.com/antv-l7/antv-l7
8 lines
208 B
TypeScript
8 lines
208 B
TypeScript
|
import { storiesOf } from '@storybook/react';
|
||
|
import * as React from 'react';
|
||
|
|
||
|
import PointTest from './components/Map';
|
||
|
// @ts-ignore
|
||
|
storiesOf('地图性能检测', module)
|
||
|
.add('点', () => <PointTest />)
|