UNPKG

@mint-ui/map

Version:

- React map library - Control various map with one interface - Google, Naver, Kakao map supported now - Typescript supported - Canvas marker supported

6 lines (5 loc) 174 B
export * from './MintMap'; export * from './core'; export * from './naver/NaverMintMapController'; export * from './google/GoogleMintMapController'; export * from './types';