@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
22 lines (21 loc) • 667 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
*-------------------------------------------------------------------------------------------
*/
import e from "prop-types";
const 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
};
export {
o as ExcelExportColumnGroup
};