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 e630b78 commit 082a9a4Copy full SHA for 082a9a4
packages/0/src/composables/createDataTable/index.ts
@@ -39,7 +39,7 @@ import type { ContextTrinity } from '#v0/composables/createTrinity'
39
import type { ID } from '#v0/types'
40
import type { DataTableAdapterInterface, SortDirection, SortEntry } from './adapters/adapter'
41
import type { InternalHeader } from './columns'
42
-import type { App, MaybeRefOrGetter, Ref, ShallowRef } from 'vue'
+import type { MaybeRefOrGetter, Ref, ShallowRef } from 'vue'
43
44
// Column utilities
45
import { extractLeaves, resolveHeaders } from './columns'
0 commit comments