Update DataTable.d.ts

pull/4377/head
Tuğçe Küçükoğlu 2023-09-01 16:27:43 +03:00
parent 16a16e2759
commit 2419ec0a45
1 changed files with 1 additions and 1 deletions

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