UNPKG

@brizy/ui

Version:
12 lines (11 loc) 319 B
import { ReactElement } from "react"; export interface Props { src?: string; loading?: boolean; errorMessage?: string; main?: boolean; onRemove?: VoidFunction; onClickSettings?: VoidFunction; onClick?: VoidFunction; } export declare const MultipleUploadItem: (props: Props) => ReactElement;