useUploader
Packageβ
Installationβ
- npm
- Yarn
- pnpm
npm install @rpldy/uploady
yarn add @rpldy/uploady
pnpm add @rpldy/uploady
Detailsβ
type useUploader = (options: CreateOptions, listeners?: UploaderListeners) => UploaderType;
- See: CreateOptions
- See: UploaderType
- See: UploaderListeners
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.