leaflet-styleeditor-minified
Version:
Edit the style of features drawn within Leaflet.
15 lines (14 loc) • 349 B
TypeScript
import { FormElement } from ".";
/**
* FormElement used to style opacity
*/
export declare class OpacityElement extends FormElement {
private label;
private slider;
/** create number input box */
createContent(): void;
/** set correct value */
style(): void;
/** communicate opacity value */
private updateStyle;
}