UNPKG

@carto/airship-bridge

Version:

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

10 lines (9 loc) 241 B
import Layers from './vl/layers'; import Legends from './vl/legends'; import VLBridge from './vl/VLBridge'; declare const VL: { Bridge: typeof VLBridge; Layers: typeof Layers; Legends: typeof Legends; }; export { VLBridge, VL };