Skip to content

Commit

Permalink
feat: export MapContext
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Nov 16, 2023
1 parent d49c111 commit bb1bb77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/amap/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Map, useMap } from './map';
import { MapContext } from './map/context';
import { Ellipse } from './ellipse';
import { AutoComplete } from './auto-complete';
import { EllipseEditor } from './ellipse-editor';
Expand Down Expand Up @@ -39,6 +40,7 @@ import { toLnglat, toSize, toPixel, toBounds } from './utils';
export {
APILoader,
Map,
MapContext,
useMap,
Marker,
MarkerCluster,
Expand Down Expand Up @@ -83,6 +85,7 @@ export {
export default {
APILoader,
Map,
MapContext,
useMap,
Marker,
MarkerCluster,
Expand Down

0 comments on commit bb1bb77

Please sign in to comment.