Skip to content

Commit e8a463e

Browse files
Correcting type
1 parent c0788dd commit e8a463e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export interface Props {
172172
hideNoData?: VDataTable['$props']['hideNoData'];
173173
hover?: VDataTable['$props']['hover'];
174174
isDrilldown?: boolean;
175-
item?: VDataTableRow['$props']['item'];
175+
item?: (typeof VDataTableRow)['$props']['item'];
176176
itemChildrenKey?: string;
177177
itemSelectable?: VDataTable['$props']['itemSelectable'];
178178
itemValue?: VDataTable['$props']['itemValue'];

0 commit comments

Comments
 (0)