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,