[@types/awesomplete] Update replace param (#39183)

This commit is contained in:
Aleksey Kislov
2019-10-22 13:28:36 -07:00
committed by Wesley Wigham
parent dcee2f6e88
commit 690829caea
+1 -1
View File
@@ -54,7 +54,7 @@ declare namespace Awesomplete {
filter?(text: string, input: string): boolean;
sort?: boolean | SortFunction;
item?(text: string, input: string): HTMLElement;
replace?(text: string): void;
replace?(suggestion: string | Suggestion): void;
}
}