@zxh19890103/wik
Version:
The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.
9 lines (8 loc) • 390 B
TypeScript
import L from 'leaflet';
import { ReactSVGOverlay } from './basic/ReactSVGOverlay.class';
import { meta } from '../model';
import { ReactSVGOverlayAppServer } from './basic/ReactSVGOverlayApp';
export declare class Chargepile extends ReactSVGOverlay {
readonly anglePhase = 0;
constructor(latlng: L.LatLngExpression, svgServer?: ReactSVGOverlayAppServer, meta?: meta.Chargepile);
}