UNPKG

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