UNPKG

204 BTypeScriptView Raw
1/// <reference types="react-native-gesture-handler" />
2import * as React from 'react';
3export default function useGestureHandlerRef(): React.Ref<import("react-native-gesture-handler").PanGestureHandler>;