Skip to main content

useUploader

Package​

@rpldy/uploady

Installation​

npm install @rpldy/uploady

Details​

type useUploader = (options: CreateOptions, listeners?: UploaderListeners) => UploaderType;

Returns the instance of the Uploader currently being used. This hook is used internally by Uploady and typically shouldn't be used by external code.