UNPKG

@pansy/react-mapbox-gl

Version:

🌍 基于 Mapbox GL 封装的 React 组件库

3 lines (2 loc) 135 B
import type { LayerProps, LayerType } from './types'; export declare const Layer: <T extends LayerType>(props: LayerProps<T>) => null;