Update DataTable.d.ts

This commit is contained in:
Tuğçe Küçükoğlu 2023-09-01 16:27:43 +03:00
parent 16a16e2759
commit 2419ec0a45

View file

@ -956,7 +956,7 @@ export interface DataTableProps {
/**
* Custom function to export data.
*/
exportFunction?(options: DataTableExportFunctionOptions): any;
exportFunction?: (options: DataTableExportFunctionOptions) => any;
/**
* When enabled, columns can be resized using drag and drop.
* @defaultValue false