UNPKG

react-bkoi-gl

Version:

React components for Barikoi GL JS

7 lines (6 loc) 211 B
import type { SourceSpecification } from "../types/style-spec"; export type SourceProps = SourceSpecification & { id?: string; children?: any; }; export declare function Source(props: SourceProps): any;