@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 461 B
JavaScript
import { __rest } from "tslib";
import * as React from 'react';
import { css } from '@patternfly/react-styles';
export const CardHeadMain = (_a) => {
var { children = null, className = '' } = _a, props = __rest(_a, ["children", "className"]);
return (React.createElement("div", Object.assign({ className: css('pf-c-card__head-main', className) }, props), children));
};
CardHeadMain.displayName = 'CardHeadMain';
//# sourceMappingURL=CardHeadMain.js.map