UNPKG

@zxh19890103/wik

Version:

The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.

8 lines (7 loc) 310 B
import L from 'leaflet'; import { ReactiveLayer } from '../../mixins'; declare const Circle_base: import("../../interfaces").Constructor<L.Circle<any> & ReactiveLayer>; export declare class Circle extends Circle_base { constructor(latlng: L.LatLngExpression, options?: L.CircleMarkerOptions); } export {};