Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Skyblue committed Mar 6, 2024
2 parents cf633e9 + 1717dc5 commit 08d6660
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 08d6660

Please sign in to comment.