UNPKG

use-tus

Version:

React hooks for resumable file uploads using tus-js-client

8 lines (7 loc) 213 B
export declare const useTusClient: () => { state: { [cacheKey: string]: import("../types").TusTruthlyContext | undefined; }; removeUpload: (cacheKey: string) => void; reset: () => void; };