UNPKG

angular-leaflet-measure

Version:

A measure component for Angular 2+ and Leaflet.

36 lines (35 loc) 806 B
declare const StyleRepository: { vertexStyle: { radius: number; fillColor: string; color: string; weight: number; opacity: number; fillOpacity: number; }; previewVertexStyle: { radius: number; fillColor: string; color: string; weight: number; opacity: number; fillOpacity: number; interactive: boolean; }; lineStyle: { color: string; opacity: number; }; previewLineStyle: { dashArray: string; opacity: number; }; polygonStyle: { color: string; fillColor: string; opacity: number; weight: number; fillOpacity: number; }; }; export default StyleRepository;