mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
add optional config (#22932)
This commit is contained in:
2
types/jqueryui/index.d.ts
vendored
2
types/jqueryui/index.d.ts
vendored
@@ -1805,7 +1805,7 @@ interface JQuery {
|
||||
sortable(methodName: 'disable'): void;
|
||||
sortable(methodName: 'enable'): void;
|
||||
sortable(methodName: 'widget'): JQuery;
|
||||
sortable(methodName: 'toArray'): string[];
|
||||
sortable(methodName: 'toArray', options?: { attribute?: string; }): string[];
|
||||
sortable(methodName: string): JQuery;
|
||||
sortable(options: JQueryUI.SortableOptions): JQuery;
|
||||
sortable(optionLiteral: string, optionName: string): any;
|
||||
|
||||
Reference in New Issue
Block a user