We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0788dd commit e8a463eCopy full SHA for e8a463e
src/types/index.ts
@@ -172,7 +172,7 @@ export interface Props {
172
hideNoData?: VDataTable['$props']['hideNoData'];
173
hover?: VDataTable['$props']['hover'];
174
isDrilldown?: boolean;
175
- item?: VDataTableRow['$props']['item'];
+ item?: (typeof VDataTableRow)['$props']['item'];
176
itemChildrenKey?: string;
177
itemSelectable?: VDataTable['$props']['itemSelectable'];
178
itemValue?: VDataTable['$props']['itemValue'];
0 commit comments