/** * 默认 Map 独立入口(SimpleMap) * 用法: import { Map } from '@antv/l7-maps/simple' */ export { default as Map } from './map';