@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 408 B
TypeScript
import * as React from 'react';
export interface CardHeaderMainProps extends React.HTMLProps<HTMLDivElement> {
/** Content rendered inside the Card Head Main */
children?: React.ReactNode;
/** Additional classes added to the Card Head Main */
className?: string;
}
export declare const CardHeaderMain: React.FunctionComponent<CardHeaderMainProps>;
//# sourceMappingURL=CardHeaderMain.d.ts.map