UNPKG

@carto/airship-bridge

Version:

Airship bridge to other libs (CARTO VL, CARTO.js)

9 lines (8 loc) 237 B
export default class Layers { private _layersSelector; private _carto; private _layers; private _mapLayers; constructor(layersSelector: any | string, carto: any, layers: any[], mapLayers: any[]); build(): void; }