* Listen to the event about the value of search input changed
(callback: (value: string, replaceValue: string) => void)
| 61 | * Listen to the event about the value of search input changed |
| 62 | */ |
| 63 | onChange(callback: (value: string, replaceValue: string) => void): void; |
| 64 | /** |
| 65 | * Listen to the event about going to search result via values or config changed |
| 66 | */ |
no outgoing calls
no test coverage detected