From e13c8c0da8ca2bb16f1ef43b3c777d7c0ed183b2 Mon Sep 17 00:00:00 2001 From: voidfill <71205200+voidfill@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:20:22 +0200 Subject: [PATCH] Reexport MoveEvent from Sortablejs --- src/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/index.ts b/src/types/index.ts index 9c98e558..1023bed0 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,5 +1,5 @@ import type { Ref, ShallowRef, WritableComputedRef } from 'vue' -export { type Options, type SortableEvent } from 'sortablejs' +export { type Options, type SortableEvent, type MoveEvent } from 'sortablejs' /** * @deprecated Use MaybeRef instead