UNPKG

files-ui-react-19

Version:

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

5 lines (4 loc) 125 B
import { FC } from "react"; import { InfoProps } from "./InfoProps"; declare const Info: FC<InfoProps>; export default Info;