@progress/kendo-react-excel-export
Version:
React Excel export helps you export and save data to Excel files and customize or filter the output. KendoReact Excel Export package
9 lines (8 loc) • 695 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
*-------------------------------------------------------------------------------------------
*/
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("prop-types"),o=l=>null;o.propTypes={children:e.oneOfType([e.arrayOf(e.element),e.element]),headerCellOptions:e.any,hidden:e.bool,level:e.number,locked:e.bool,title:e.string,width:e.number};exports.ExcelExportColumnGroup=o;