Skip to content

Commit

Permalink
fix: export Sortable ts types #102 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-zon authored Feb 28, 2024
1 parent 4e598e0 commit 1717dc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { Ref } from 'vue'
export { type Options, type SortableEvent } from 'sortablejs'

export type RefOrValue<T> = T | Ref<T>
export type RefOrElement<T = HTMLElement> =
Expand Down

0 comments on commit 1717dc5

Please sign in to comment.