UNPKG

@zxh19890103/wik

Version:

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

7 lines (6 loc) 180 B
import { GraphicObject } from './GraghicObject'; export interface WithLayerID { layerId: string; } export interface LayerWithID extends L.Layer, WithLayerID, GraphicObject { }