UNPKG

@talend/react-components

Version:
25 lines (24 loc) 935 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mappedDataColumnConfiguration = exports.default = exports.cellType = void 0; var _Content = require("../Content.component"); var _CellMappedData = _interopRequireDefault(require("./CellMappedData.component")); var _jsxRuntime = require("react/jsx-runtime"); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const cellType = exports.cellType = 'mappedData'; const mappedDataColumnConfiguration = exports.mappedDataColumnConfiguration = { cellRenderer: props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_CellMappedData.default, { ...props }) }; function MappedDataColumn() { return null; } MappedDataColumn.defaultProps = { ..._Content.defaultColumnConfiguration, ...mappedDataColumnConfiguration }; var _default = exports.default = MappedDataColumn; //# sourceMappingURL=MappedDataColumn.component.js.map