UNPKG

592 BTypeScriptView Raw
1import * as React from 'react';
2export interface LoginMainHeaderProps extends React.HTMLProps<HTMLDivElement> {
3 /** Content rendered inside the Login Main Header */
4 children?: React.ReactNode;
5 /** Additional classes added to the Login Main Header */
6 className?: string;
7 /** Title for the Login Main Header */
8 title?: string;
9 /** Subtitle that contains the Text, URL, and URL Text for the Login Main Header */
10 subtitle?: string;
11}
12export declare const LoginMainHeader: React.FunctionComponent<LoginMainHeaderProps>;
13//# sourceMappingURL=LoginMainHeader.d.ts.map
\No newline at end of file