UNPKG

@tuoyuan/map-container

Version:

地图容器组件

9 lines (8 loc) 294 B
import { default as MapContainer } from './map-container/index'; import { GeometryType, IBaseGeometryOptions } from './map-container/type'; export { MapContainer }; export type { GeometryType, IBaseGeometryOptions }; declare const _default: { MapContainer: any; }; export default _default;