UNPKG

use-tus

Version:

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

5 lines (4 loc) 244 B
export declare const ERROR_MESSAGES: { readonly tusClientHasNotFounded: "No TusClient set, use TusClientProvider to set one"; readonly tusIsNotSupported: "This browser does not support uploads. Please use a modern browser instead."; };