UNPKG

hello-csv

Version:

A modern CSV importer written in Preact

10 lines 371 B
export declare function useLongPress(onLongPress: () => void, { disabled }?: { disabled?: boolean | undefined; }): { onTouchStart: (e: React.TouchEvent<HTMLElement>) => void; onTouchMove: (e: React.TouchEvent<HTMLElement>) => void; onTouchEnd: () => void; onTouchCancel: () => void; onMouseLeave: () => void; }; //# sourceMappingURL=hooks.d.ts.map