UNPKG

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