UNPKG

leaflet-styleeditor-minified

Version:

Edit the style of features drawn within Leaflet.

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