UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to 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;