Skip to content

Commit

Permalink
fix(vue-virtual): allow access to virtual-core parts (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
namjul authored Oct 7, 2023
1 parent 2b852b9 commit 0c0bde4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vue-virtual/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
unref,
watch,
} from 'vue'
export * from '@tanstack/virtual-core'

type MaybeRef<T> = T | Ref<T>

Expand Down

0 comments on commit 0c0bde4

Please sign in to comment.