@talend/react-components
Version:
Set of react components.
28 lines (26 loc) • 934 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.cellType = void 0;
exports.default = QualityBarColumn;
exports.qualityBarColumnConfiguration = void 0;
var _Content = require("../Content.component");
var _CellQualityBar = require("./CellQualityBar.component");
var _jsxRuntime = require("react/jsx-runtime");
const cellType = exports.cellType = 'qualityBar';
const qualityBarColumnConfiguration = exports.qualityBarColumnConfiguration = {
cellRenderer: props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_CellQualityBar.CellQualityBar, {
...props
})
};
// this is a fake component to be usable in JSX,
// but the element is used as props object internally (VirtualizedList / RV)
function QualityBarColumn() {
return null;
}
QualityBarColumn.defaultProps = {
..._Content.defaultColumnConfiguration,
...qualityBarColumnConfiguration
};
//# sourceMappingURL=QualityBarColumn.component.js.map