UNPKG

@up-group-ui/react-controls

Version:
20 lines 782 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var jsx_runtime_1 = require("react/jsx-runtime"); var react_1 = (0, tslib_1.__importDefault)(require("react")); var InfoLabel = (function (_super) { (0, tslib_1.__extends)(InfoLabel, _super); function InfoLabel() { return _super !== null && _super.apply(this, arguments) || this; } InfoLabel.prototype.render = function () { return (0, jsx_runtime_1.jsx)("div", (0, tslib_1.__assign)({ className: "rct-infolabel" }, { children: this.props.label }), void 0); }; InfoLabel.defaultProps = { label: '', }; return InfoLabel; }(react_1.default.Component)); exports.default = InfoLabel; //# sourceMappingURL=InfoLabel.js.map