UNPKG

202 BTypeScriptView Raw
1import * as React from 'react';
2export default function useGestureHandlerRef(): React.Ref<React.ComponentType<import("react-native-gesture-handler").PanGestureHandlerProps & React.RefAttributes<any>>>;