UNPKG

817 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.ActionListGroup = void 0;
4const tslib_1 = require("tslib");
5const React = tslib_1.__importStar(require("react"));
6const react_styles_1 = require("@patternfly/react-styles");
7const action_list_1 = tslib_1.__importDefault(require("@patternfly/react-styles/css/components/ActionList/action-list"));
8const ActionListGroup = (_a) => {
9 var { children, className = '' } = _a, props = tslib_1.__rest(_a, ["children", "className"]);
10 return (React.createElement("div", Object.assign({ className: react_styles_1.css(action_list_1.default.actionListGroup, className) }, props), children));
11};
12exports.ActionListGroup = ActionListGroup;
13exports.ActionListGroup.displayName = 'ActionListGroup';
14//# sourceMappingURL=ActionListGroup.js.map
\No newline at end of file