UNPKG

@pansy/react-mapbox-gl

Version:

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

6 lines (5 loc) 239 B
import type { Instance } from '../types'; export declare const useEvents: <Ins extends Instance, Props extends Record<string, any>>(ins: Ins, props: Props, options: { eventMap: Record<string, any>; eventList: string[]; }) => void;