diff --git a/types/sortablejs/index.d.ts b/types/sortablejs/index.d.ts index 6a3b232016..92f0fce4bd 100644 --- a/types/sortablejs/index.d.ts +++ b/types/sortablejs/index.d.ts @@ -194,7 +194,7 @@ declare namespace Sortable { /** * if you have custom scrollbar scrollFn may be used for autoscrolling */ - scrollFn?: ((this: Sortable, offsetX: number, offsetY: number, event: MouseEvent) => void) + scrollFn?: ((this: Sortable, offsetX: number, offsetY: number, event: MouseEvent) => void); /** * px, how near the mouse must be to an edge to start scrolling. */