Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
value: function render() {
var _props = this.props,
messages = _props.messages,
restProps = objectWithoutProperties(_props, ['messages']);
return React.createElement(dxReactGrid.TableEditColumn, _extends({
cellComponent: EditCommandCell,
headerCellComponent: EditCommandHeadingCell,
commandComponent: CommandButton,
messages: _extends({}, defaultMessages$7, messages),
width: 150
}, restProps));
}
}]);