import { storiesOf } from '@storybook/react'; require('./../assets/css/antd.css'); import * as React from 'react'; // import City from './Layer/city'; import Country from './Layer/Country'; import Country2 from './Layer/Country2'; import ChinaBubble from './Layer/country_bubble'; import CountryCity from './Layer/country_city'; import CountryCounty from './Layer/country_county'; // import County from './Layer/county'; import DrillDown from './Layer/drillDown'; import Province from './Layer/province'; import World from './Layer/world'; storiesOf('行政区划', module) .add('世界地图', () => ) .add('中国地图', () => ) .add('中国地图气泡', () => ) .add('中国地图市级', () => ) .add('中国地图县级', () => ) .add('中国地图附图', () => ) // .add('县级地图', () => ) // .add('市级地图', () => ) .add('上钻下取', () => ) .add('省级地图', () => );