UNPKG

files-ui-react-19

Version:

UI components for file uploads with React js - with React 19 support

3 lines (2 loc) 137 B
import { UPLOADSTATUS } from "@files-ui/core"; export declare const useIsUploading: (uploadStatus: UPLOADSTATUS | undefined) => boolean;