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

3 lines (2 loc) 156 B
import { MapType, MapVendorType } from "../../types"; export declare function getMapOfType<T>(mapType: MapType, map?: MapVendorType | null): T | undefined;