UNPKG

@patternfly/react-core

Version:

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

9 lines 383 B
/// <reference types="react" /> export interface AboutModalBoxHeaderProps extends React.HTMLProps<HTMLDivElement> { /** Name of the product */ productName?: string; /** Id to use for about modal box header */ id: string; } export declare const AboutModalBoxHeader: React.FunctionComponent<AboutModalBoxHeaderProps>; //# sourceMappingURL=AboutModalBoxHeader.d.ts.map