mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fixes search callback for lists blessed.
This commit is contained in:
parent
f7f81bced2
commit
83c4265744
2
types/blessed/index.d.ts
vendored
2
types/blessed/index.d.ts
vendored
@ -1691,7 +1691,7 @@ declare namespace Blessed {
|
||||
* callback function which should be called with the search string. The search string is then used to
|
||||
* jump to an item that is found in items.
|
||||
*/
|
||||
search?: () => void;
|
||||
search?: (err: any, value?: string) => void;
|
||||
/**
|
||||
* Whether the list is interactive and can have items selected (Default: true).
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user