UNPKG

@2gis/mapgl-terra-draw

Version:

TerraDraw adapter for MapGL JS API

9 lines (8 loc) 165 B
/** * Localization */ export interface ControlConfig { label: string; icon: string; } export declare const CONTROL_CONFIGS: Record<string, ControlConfig>;