UNPKG

files-ui-react-19

Version:

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

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