@vis.gl/react-mapbox
Version:
React components for Mapbox GL JS
7 lines • 307 B
TypeScript
import type { SourceSpecification, CanvasSourceSpecification } from "../types/style-spec.js";
export type SourceProps = (SourceSpecification | CanvasSourceSpecification) & {
id?: string;
children?: any;
};
export declare function Source(props: SourceProps): any;
//# sourceMappingURL=source.d.ts.map