@vis.gl/react-mapbox
Version:
React components for Mapbox GL JS
4 lines • 510 B
TypeScript
import type { Map } from 'mapbox-gl';
export type Transform = Map['transform'];
export type { GeoJSONSource as GeoJSONSourceImplementation, ImageSource as ImageSourceImplementation, CanvasSource as CanvasSourceImplementation, VectorTileSource as VectorSourceImplementation, RasterTileSource as RasterSourceImplementation, RasterDemTileSource as RasterDemSourceImplementation, VideoSource as VideoSourceImplementation, Source as AnySourceImplementation } from 'mapbox-gl';
//# sourceMappingURL=internal.d.ts.map