UNPKG

react-native-gesture-handler

Version:

Experimental implementation of a new declarative API for gesture handling in react-native

5 lines (4 loc) 187 B
import { HostComponent } from 'react-native'; import type { RawButtonProps } from './GestureButtonsProps'; declare const _default: HostComponent<RawButtonProps>; export default _default;