Skip to content

Commit

Permalink
feat: update data-table types
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Oct 14, 2021
1 parent 8474b7e commit f107e25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/VDataTable/VDataTable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ export interface VDataTableItem {
}

export interface VDataTableHeader {
text?: string;
value?: string;
align?: string;
sortable?: false;
[key: string]: any;
}

Expand Down

0 comments on commit f107e25

Please sign in to comment.