UNPKG

react-native-gesture-handler

Version:

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

4 lines 200 B
import React from 'react'; import type { TouchableProps } from './TouchableProps'; export declare const Touchable: (props: TouchableProps) => React.JSX.Element; //# sourceMappingURL=Touchable.d.ts.map