UNPKG

809 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.EmptyStateBody = void 0;
4const tslib_1 = require("tslib");
5const React = tslib_1.__importStar(require("react"));
6const react_styles_1 = require("@patternfly/react-styles");
7const empty_state_1 = tslib_1.__importDefault(require("@patternfly/react-styles/css/components/EmptyState/empty-state"));
8const EmptyStateBody = (_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(empty_state_1.default.emptyStateBody, className) }, props), children));
11};
12exports.EmptyStateBody = EmptyStateBody;
13exports.EmptyStateBody.displayName = 'EmptyStateBody';
14//# sourceMappingURL=EmptyStateBody.js.map
\No newline at end of file