UNPKG

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