@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
11 lines • 399 B
TypeScript
/// <reference types="react" />
export interface CompassHeaderProps {
/** Content of the logo area */
logo?: React.ReactNode;
/** Content of the navigation area */
nav?: React.ReactNode;
/** Content of the profile area */
profile?: React.ReactNode;
}
export declare const CompassHeader: React.FunctionComponent<CompassHeaderProps>;
//# sourceMappingURL=CompassHeader.d.ts.map