UNPKG

react-native-gesture-handler

Version:

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

5 lines 293 B
export type LastUpdateEventMap = Map<number, { lastUpdateEvent: unknown; }>; export declare function createLastUpdateEventMap(): import("../../../handlers/gestures/reanimatedWrapper").SimplifiedShareableHost<LastUpdateEventMap> | undefined; //# sourceMappingURL=lastUpdateEventMap.d.ts.map