UNPKG

leaflet-styleeditor-minified

Version:

Edit the style of features drawn within Leaflet.

8 lines (7 loc) 260 B
import { Form } from '.'; import { FormElementClass } from '../formElements'; /** Form used to enable modification of a Geometry */ export declare class MarkerForm extends Form { formOptionKey: string; formElements: Record<string, FormElementClass>; }