@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
13 lines • 725 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProgressHelperText = void 0;
const tslib_1 = require("tslib");
const jsx_runtime_1 = require("react/jsx-runtime");
const progress_1 = tslib_1.__importDefault(require("@patternfly/react-styles/css/components/Progress/progress"));
const ProgressHelperText = (_a) => {
var { children } = _a, props = tslib_1.__rest(_a, ["children"]);
return ((0, jsx_runtime_1.jsx)("div", Object.assign({ className: progress_1.default.progressHelperText }, props, { children: children })));
};
exports.ProgressHelperText = ProgressHelperText;
exports.ProgressHelperText.displayName = 'ProgressHelperText';
//# sourceMappingURL=ProgressHelperText.js.map
;