@pansy/react-mapbox-gl
Version:
π εΊδΊ Mapbox GL ε°θ£ η React η»δ»ΆεΊ
9 lines (8 loc) β’ 432 B
TypeScript
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>>;