mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
[@types/awesomplete] Update replace param (#39183)
This commit is contained in:
committed by
Wesley Wigham
parent
dcee2f6e88
commit
690829caea
Vendored
+1
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user