UNPKG

794 BTypeScriptView Raw
1import * as React from 'react';
2export interface MultipleFileUploadMainProps extends React.HTMLProps<HTMLDivElement> {
3 /** Class to add to outer div */
4 className?: string;
5 /** Content rendered inside the title icon div */
6 titleIcon?: React.ReactNode;
7 /** Content rendered inside the title text div */
8 titleText?: React.ReactNode;
9 /** Content rendered inside the title text separator div */
10 titleTextSeparator?: React.ReactNode;
11 /** Content rendered inside the info div */
12 infoText?: React.ReactNode;
13 /** Flag to prevent the upload button from being rendered */
14 isUploadButtonHidden?: boolean;
15}
16export declare const MultipleFileUploadMain: React.FunctionComponent<MultipleFileUploadMainProps>;
17//# sourceMappingURL=MultipleFileUploadMain.d.ts.map
\No newline at end of file