UNPKG

@osmandvc/react-upload-control-components

Version:

UI components for the react-upload-control library.

8 lines (7 loc) 235 B
import { UploadedFileItemStage } from "../types"; type Props = { id: string; stage?: UploadedFileItemStage; }; export declare const FileItemActions: ({ id, stage }: Props) => import("react/jsx-runtime").JSX.Element; export {};