UNPKG

leaflet-styleeditor-minified

Version:

Edit the style of features drawn within Leaflet.

10 lines (9 loc) 241 B
import { PointExpression } from "leaflet"; export declare class Size { name: "small" | "medium" | "large"; dimen: PointExpression; private constructor(); static Small: Size; static Medium: Size; static Large: Size; }