UNPKG

rn-inkpad

Version:

<img src="https://res.cloudinary.com/fercloudinary/image/upload/v1715452841/packages/inkpad-banner_acl0xl.png" />

11 lines (10 loc) 343 B
import { FlexAlignType } from 'react-native'; export declare const useLongPressButton: (longPressTime?: number, onFinish?: () => void) => { alignSelf: { [key: string]: FlexAlignType; }; handlePressIn: () => void; handlePressOut: () => void; number: number; scaleValue: import("react-native").Animated.Value; };