Skip to content

Commit

Permalink
Fix #5962: Datatable column reorder typescript def (#5963)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Feb 14, 2024
1 parent a93ef4a commit 3c8159a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/datatable/datatable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ interface DataTableColReorderEvent {
/**
* Columns array after reorder.
*/
columns: React.ReactElement;
columns: Column[];
}

/**
Expand Down

0 comments on commit 3c8159a

Please sign in to comment.