@voiceiq/web-components
Version:
VoiceIQ Web Component library
14 lines (13 loc) • 584 B
TypeScript
declare const _default: {
useLongPress: (onLongPress: (callbackValue?: any, event?: any) => any, onClick: (callbackValue?: any, event?: any) => any, { shouldPreventDefault, delay }: {
shouldPreventDefault?: boolean | undefined;
delay?: number | undefined;
} | undefined, onClickValue: any, onLongPressValue: any) => {
onMouseDown: (e: any) => void;
onTouchStart: (e: any) => void;
onMouseUp: (e: any) => void;
onMouseLeave: (e: any) => void;
onTouchEnd: (e: any) => void;
};
};
export default _default;