UNPKG

leaflet-styleeditor-minified

Version:

Edit the style of features drawn within Leaflet.

9 lines (8 loc) 275 B
import { StyleEditorImpl } from "./StyleEditorImpl"; import { Util } from "./Util"; export declare class StyleEditorClass extends L.Class { protected map: L.Map; styleEditor: StyleEditorImpl; protected util: Util; constructor(styleEditor: StyleEditorImpl); }