UNPKG

@vis.gl/react-maplibre

Version:

React components for Maplibre 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