UNPKG

@zxh19890103/wik

Version:

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

7 lines (6 loc) 288 B
import L from 'leaflet'; import { ReactSVGOverlayAppServer, ReactSVGOverlay } from './basic'; import { meta } from '../model'; export declare class Haiport extends ReactSVGOverlay { constructor(latlng: L.LatLngExpression, svgServer?: ReactSVGOverlayAppServer, meta?: meta.Haiport); }