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

10 lines (9 loc) 228 B
declare class MintMapStatus { marker: number; byLabel: Map<string, number>; init(): void; print(): void; setMarker(inc: number, label?: string): void; } export declare const Status: MintMapStatus; export {};