UNPKG

leaflet-styleeditor-minified

Version:

Edit the style of features drawn within Leaflet.

7 lines (6 loc) 252 B
import { ControlOptions } from "leaflet"; import { Strings } from '../types'; export interface StyleEditorControlOptions extends ControlOptions { strings: Strings; } export declare const DefaultStyleEditorControlOptions: StyleEditorControlOptions;