From 036ba4c57fbce037ed8b5fe9786c423b87374e10 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Sun, 16 Feb 2025 16:33:49 +0100 Subject: [PATCH] chore(Table): update types --- src/runtime/components/Table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/components/Table.vue b/src/runtime/components/Table.vue index c18ee2eb..e99ecc8b 100644 --- a/src/runtime/components/Table.vue +++ b/src/runtime/components/Table.vue @@ -3,6 +3,7 @@ import type { Ref } from 'vue' import type { VariantProps } from 'tailwind-variants' import type { AppConfig } from '@nuxt/schema' +import type { RowData } from '@tanstack/table-core' import type { CellContext, ColumnDef, @@ -25,7 +26,6 @@ import type { PaginationOptions, PaginationState, Row, - RowData, RowPinningOptions, RowPinningState, RowSelectionOptions,