Skip to content

Commit

Permalink
d.ts up
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Aug 11, 2019
1 parent fda68fa commit 00a4338
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/treetable/TreeTable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ export declare class TreeTable extends Vue {
filterMode?: string;
resizableColumns?: boolean;
columnResizeMode?: string;
$emit(eventName: 'page', event: Event): this;
$emit(eventName: 'sort', event: Event): this;
$emit(eventName: 'filter', event: Event): this;
$emit(eventName: 'node-select', node: any): this;
$emit(eventName: 'node-unselect', node: any): this;
$emit(eventName: 'node-expand', node: any): this;
Expand Down

0 comments on commit 00a4338

Please sign in to comment.