UNPKG

react-map-gl

Version:

React components for MapLibre GL JS and Mapbox GL JS

7 lines 250 B
import type { SourceSpecification } from "../types/style-spec.js"; export type SourceProps = SourceSpecification & { id?: string; children?: any; }; export declare function Source(props: SourceProps): any; //# sourceMappingURL=source.d.ts.map