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