UNPKG

602 BTypeScriptView Raw
1import * as React from 'react';
2export interface MultipleFileUploadTitleProps extends React.HTMLProps<HTMLDivElement> {
3 /** Class to add to outer div */
4 className?: string;
5 /** Content rendered inside the title icon div */
6 icon?: React.ReactNode;
7 /** Content rendered inside the title text div */
8 text?: React.ReactNode;
9 /** Content rendered inside the title text separator div */
10 textSeparator?: React.ReactNode;
11}
12export declare const MultipleFileUploadTitle: React.FunctionComponent<MultipleFileUploadTitleProps>;
13//# sourceMappingURL=MultipleFileUploadTitle.d.ts.map
\No newline at end of file