leaflet-polydraw
Version:
Advanced polygon drawing and editing plugin for Leaflet with drag-and-drop, smart merging, and comprehensive editing tools
13 lines • 378 B
TypeScript
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