@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 406 B
TypeScript
/// <reference types="react" />
export interface LoginMainBodyProps extends React.HTMLProps<HTMLDivElement> {
/** Content rendered inside the login main body */
children?: React.ReactNode;
/** Additional classes added to the login main body */
className?: string;
}
export declare const LoginMainBody: React.FunctionComponent<LoginMainBodyProps>;
//# sourceMappingURL=LoginMainBody.d.ts.map