UNPKG

files-ui-react-19

Version:

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

5 lines (4 loc) 184 B
import { IconProps } from "../../icons/IconProps/IconProps"; import { LoaderProps } from "../LoaderProps"; export interface BasePreparingLoaderProps extends IconProps, LoaderProps { }