UNPKG

@patternfly/react-core

Version:

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

10 lines 533 B
import { __rest } from "tslib"; import { jsx as _jsx } from "react/jsx-runtime"; import { css } from '@patternfly/react-styles'; import styles from '@patternfly/react-styles/css/components/Card/card.mjs'; export const CardSubtitle = (_a) => { var { children = null, id = '' } = _a, props = __rest(_a, ["children", "id"]); return (_jsx("div", Object.assign({}, props, { id: id, className: css(styles.cardSubtitle), children: children }))); }; CardSubtitle.displayName = 'CardSubtitle'; //# sourceMappingURL=CardSubtitle.js.map