diff --git a/src/types/index.ts b/src/types/index.ts index d1daa40a..43008f57 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,4 +1,5 @@ import type { Ref } from 'vue' +export { type Options, type SortableEvent } from 'sortablejs' export type RefOrValue = T | Ref export type RefOrElement =