UNPKG

@watergis/maplibre-gl-terradraw

Version:

This plugin is to add controls to your Maplibre for drawing powered by Terra Draw library.

5 lines 177 B
import type { TerradrawModeClass } from './TerradrawModeClass'; export interface ModeOptions { [key: string]: TerradrawModeClass; } //# sourceMappingURL=ModeOptions.d.ts.map