UNPKG

leaflet-styleeditor-minified

Version:

Edit the style of features drawn within Leaflet.

9 lines (8 loc) 238 B
import { FormElement } from './FormElement'; /** * FormElement used for styling the dash attribute */ export declare class DashElement extends FormElement { /** create the three standard dash options */ createContent(): void; }