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