UNPKG

leaflet-polydraw

Version:

Advanced Leaflet plugin for freehand polygon drawing, with smart merging and powerful editing tools. Compatible with both Leaflet v1.x and v2.x.

13 lines 378 B
import * as L from 'leaflet'; /** * Factory for creating Leaflet DivIcons. */ export declare class IconFactory { /** * Creates a DivIcon with the given class names. * @param classNames Array of class names to apply. * @returns A Leaflet DivIcon. */ static createDivIcon(classNames: string[]): L.DivIcon; } //# sourceMappingURL=icon-factory.d.ts.map