UNPKG

498 BTypeScriptView Raw
1import * as React from 'react';
2export interface LoginHeaderProps extends React.HTMLProps<HTMLDivElement> {
3 /** Content rendered inside the header of the login layout */
4 children?: React.ReactNode;
5 /** Additional classes added to the login header */
6 className?: string;
7 /** Header Brand component (e.g. <LoginHeader />) */
8 headerBrand?: React.ReactNode;
9}
10export declare const LoginHeader: React.FunctionComponent<LoginHeaderProps>;
11//# sourceMappingURL=LoginHeader.d.ts.map
\No newline at end of file