diff --git a/types/jqueryui/index.d.ts b/types/jqueryui/index.d.ts index 7dca429ce4..7092de2d06 100644 --- a/types/jqueryui/index.d.ts +++ b/types/jqueryui/index.d.ts @@ -64,6 +64,7 @@ declare namespace JQueryUI { * The item selected from the menu, if any. Otherwise the property is null */ item?: any; + content?: any; } interface AutocompleteEvent {