UNPKG

872 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.DescriptionListGroup = 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 DescriptionListGroup = (_a) => {
9 var { className, children } = _a, props = tslib_1.__rest(_a, ["className", "children"]);
10 return (React.createElement("div", Object.assign({ className: react_styles_1.css(description_list_1.default.descriptionListGroup, className) }, props), children));
11};
12exports.DescriptionListGroup = DescriptionListGroup;
13exports.DescriptionListGroup.displayName = 'DescriptionListGroup';
14//# sourceMappingURL=DescriptionListGroup.js.map
\No newline at end of file