feat: remove simplemapcoord types export

This commit is contained in:
2912401452 2022-03-23 17:17:26 +08:00
parent 85ce285029
commit 2b914b30d5
1 changed files with 1 additions and 2 deletions

View File

@ -5,9 +5,8 @@ import Earth from './earth/';
// import GaodeMapV2 from './amap2/';
import Map from './map/';
import Mapbox from './mapbox/';
import { ISimpleMapCoord } from './simpleMapCoord';
import { Version } from './version';
export { ISimpleMapCoord, Version, GaodeMap, GaodeMapV2, Mapbox, Map, Earth };
export { Version, GaodeMap, GaodeMapV2, Mapbox, Map, Earth };
// export { GaodeMap, GaodeMapV2, Mapbox, Map };
// export { Map };