UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

11 lines 498 B
/// <reference types="react" /> export interface LoginHeaderProps extends React.HTMLProps<HTMLDivElement> { /** Content rendered inside the header of the login layout */ children?: React.ReactNode; /** Additional classes added to the login header */ className?: string; /** Header brand component (e.g. <LoginHeader />) */ headerBrand?: React.ReactNode; } export declare const LoginHeader: React.FunctionComponent<LoginHeaderProps>; //# sourceMappingURL=LoginHeader.d.ts.map