UNPKG

leaflet-styleeditor-minified

Version:

Edit the style of features drawn within Leaflet.

10 lines (9 loc) 227 B
import { FormElement } from '.'; /** * FormElement to set style of an icon */ export declare class SizeElement extends FormElement { title: string; /** create the 3 standard icon sizes */ createContent(): void; }