UNPKG

639 BTypeScriptView Raw
1import * as React from 'react';
2export interface MultipleFileUploadStatusProps extends React.HTMLProps<HTMLDivElement> {
3 /** Content rendered inside multi file upload status list */
4 children?: React.ReactNode;
5 /** Class to add to outer div */
6 className?: string;
7 /** String to show in the status toggle */
8 statusToggleText?: string;
9 /** Icon to show in the status toggle */
10 statusToggleIcon?: 'danger' | 'success' | 'inProgress' | React.ReactNode;
11}
12export declare const MultipleFileUploadStatus: React.FunctionComponent<MultipleFileUploadStatusProps>;
13//# sourceMappingURL=MultipleFileUploadStatus.d.ts.map
\No newline at end of file