leaflet-styleeditor-minified
Version:
Edit the style of features drawn within Leaflet.
14 lines (13 loc) • 357 B
TypeScript
import { FormElement } from '.';
/**
* FormElement used for adding a description to marker or geometry.
*/
export declare class PopupContentElement extends FormElement {
private textArea;
title: string;
createContent(): void;
/** set correct value */
style(): void;
/** communicate popupContent value */
private updateStyle;
}