Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
var Grid$1 = function Grid$$1(_ref) {
var children = _ref.children,
props = objectWithoutProperties(_ref, ['children']);
return React.createElement(
dxReactGrid.Grid,
_extends({
rootComponent: Root
}, props),
children
);
};