UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

6 lines 323 B
import type { SimplifiedShareableHost } from '../../../handlers/gestures/reanimatedWrapper'; export type LastUpdateEventMap = Map<number, { lastUpdateEvent: unknown; }>; export declare function createLastUpdateEventMap(): SimplifiedShareableHost<LastUpdateEventMap>; //# sourceMappingURL=lastUpdateEventMap.web.d.ts.map