UNPKG

@pansy/react-mapbox-gl

Version:

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

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