Add content in AutocompleteUIParams (#29180)

This commit is contained in:
Pierre
2018-10-01 21:47:05 -07:00
committed by Wesley Wigham
parent ec8b0ad286
commit e7c00497ec
+1
View File
@@ -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 {