UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

7 lines (6 loc) 299 B
import type { UploadManagerProps } from './UploadManager.types'; /** * Component used to display a list of files */ declare const UploadManager: ({ title, subTitle, files, onClose, onCancel, onRetry, }: UploadManagerProps) => import("react/jsx-runtime").JSX.Element; export default UploadManager;