UNPKG

files-ui-react-19

Version:

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

5 lines (4 loc) 159 B
import * as React from "react"; import { RemoveProps } from "./RemoveProps"; declare const RemoveOutline: React.FC<RemoveProps>; export default RemoveOutline;