diff --git a/types/jqueryui/index.d.ts b/types/jqueryui/index.d.ts index f32c55eb48..05dd7c6159 100644 --- a/types/jqueryui/index.d.ts +++ b/types/jqueryui/index.d.ts @@ -720,6 +720,7 @@ declare namespace JQueryUI { interface SortableOptions extends SortableEvents { appendTo?: any; // jQuery, Element, Selector or string + attribute?: string; axis?: string; cancel?: any; // Selector connectWith?: any; // Selector