@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 400 B
TypeScript
import * as React from 'react';
export interface CardHeadMainProps 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 CardHeadMain: React.FunctionComponent<CardHeadMainProps>;
//# sourceMappingURL=CardHeadMain.d.ts.map