UNPKG

@watergis/maplibre-gl-terradraw

Version:

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

4 lines 291 B
import { AvailableModes, AvailableValhallaModes } from '../constants/AvailableModes'; export type TerradrawMode = (typeof AvailableModes)[number] | 'default'; export type TerradrawValhallaMode = (typeof AvailableValhallaModes)[number] | 'default'; //# sourceMappingURL=TerradrawMode.d.ts.map