UNPKG

files-ui-react-19

Version:

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

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