Skip to content

Commit

Permalink
Update DataTable.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Oct 2, 2021
1 parent 0442906 commit 69e7d3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/datatable/DataTable.d.ts
Expand Up @@ -101,7 +101,6 @@ declare class DataTable {
$emit(eventName: 'row-edit-init', event: Event): this;
$emit(eventName: 'row-edit-save', event: Event): this;
$emit(eventName: 'row-edit-cancel', event: Event): this;
$emit(eventName: 'editing-cell-change', event: Event): this;
$emit(eventName: 'state-restore', value: any[]): this;
$emit(eventName: 'state-save', value: any[]): this;

Expand Down

0 comments on commit 69e7d3b

Please sign in to comment.