@progress/kendo-react-grid
Version:
React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package
9 lines (8 loc) • 689 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
;function c(n,o){const t=o.jscodeshift,e=t(n.source);return e.find(t.JSXOpeningElement,{name:{name:"Grid"}}).forEach(s=>{const r=s.value.attributes;if(r){const i=t.jsxAttribute(t.jsxIdentifier("extraTestProp"),t.jsxExpressionContainer(t.booleanLiteral(!0)));r.push(i)}}),e.toSource()}module.exports=c;