UNPKG

leaflet-styleeditor-minified

Version:

Edit the style of features drawn within Leaflet.

9 lines (8 loc) 230 B
import { Color, Size } from '../types'; import { Icon } from 'leaflet'; export declare class IconOptions { iconSize: Size; icon: Icon; iconColor: Color; constructor(iconSize: Size, icon: Icon, iconColor: Color); }