UNPKG

styled-hook-form

Version:

React form library for styled-components based on grommet and react-hook-form

9 lines (8 loc) 252 B
import { ButtonType } from "grommet"; export declare type LongPressButtonProps = ButtonType & { pressCallbackTreshold?: number; initialDelay?: number; whilePress?: () => void; onLongPress: () => void; longPressTreshold?: number; };