Fixes search callback for lists blessed.

This commit is contained in:
Steve Kellock 2017-10-20 19:42:02 -04:00
parent f7f81bced2
commit 83c4265744

View File

@ -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).
*/