UNPKG

@watergis/maplibre-gl-terradraw

Version:

This plugin is to add controls to your Maplibre for drawing powered by Terra Draw library.

14 lines 504 B
export declare class ModalDialog { private className; private dialog; private title; constructor(className: string, title: string); create(parentElement: HTMLElement, addConttent: (contentElement: HTMLDivElement) => HTMLDivElement): void; open(): void; close(): void; createSegmentButtons(options: { value: string; label: string; }[], defaultValue: string, onClick?: (value: string) => void): HTMLDivElement; } //# sourceMappingURL=modalDialog.d.ts.map