UNPKG

@pansy/react-mapbox-gl

Version:

🌍 基于 Mapbox GL ε°θ£…ηš„ React η»„δ»ΆεΊ“

9 lines (8 loc) β€’ 432 B
import type { PropKey } from './types'; /** ι™ζ€ε±žζ€§ */ export declare const StaticProps: PropKey[]; /** εŠ¨ζ€ε±žζ€§ */ export declare const NativeDynamicProps: PropKey[]; export declare const allProps: ("style" | "children" | "lngLat" | "onOpen" | "onClose" | keyof import("mapbox-gl").PopupOptions)[]; export declare const setterMap: {}; export declare const converterMap: Partial<Record<PropKey, (...value: any[]) => any>>;