Skip to content

Commit

Permalink
Fix #3127: DataTableRowToggleParams TS updated (#3128)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Aug 2, 2022
1 parent 5e60927 commit c0785a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/lib/datatable/DataTable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ interface DataTableEditingRows {
[key: string]: boolean;
}

interface DataTableRowToggleParams {
data: any[];
interface DataTableRowToggleParams extends DataTableExpandedRows {
}

interface DataTableColumnResizeEndParams {
Expand Down

0 comments on commit c0785a1

Please sign in to comment.