UNPKG

1.01 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.DescriptionListDescription = void 0;
4const tslib_1 = require("tslib");
5const React = tslib_1.__importStar(require("react"));
6const description_list_1 = tslib_1.__importDefault(require("@patternfly/react-styles/css/components/DescriptionList/description-list"));
7const react_styles_1 = require("@patternfly/react-styles");
8const DescriptionListDescription = (_a) => {
9 var { children = null, className } = _a, props = tslib_1.__rest(_a, ["children", "className"]);
10 return (React.createElement("dd", Object.assign({ className: react_styles_1.css(description_list_1.default.descriptionListDescription, className) }, props),
11 React.createElement("div", { className: 'pf-c-description-list__text' }, children)));
12};
13exports.DescriptionListDescription = DescriptionListDescription;
14exports.DescriptionListDescription.displayName = 'DescriptionListDescription';
15//# sourceMappingURL=DescriptionListDescription.js.map
\No newline at end of file