@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
11 lines • 434 B
TypeScript
import * as React from 'react';
export interface ModalBoxHeaderProps {
/** Content rendered inside the Header */
children?: React.ReactNode;
/** Additional classes added to the button */
className?: string;
/** Optional help section for the Modal Header */
help?: React.ReactNode;
}
export declare const ModalBoxHeader: React.FunctionComponent<ModalBoxHeaderProps>;
//# sourceMappingURL=ModalBoxHeader.d.ts.map