better search UI

This commit is contained in:
Eugene Pankov
2019-12-01 18:52:22 +01:00
parent 656f5c2561
commit 471f9effcf
6 changed files with 41 additions and 18 deletions

View File

@@ -6,6 +6,7 @@ export interface SearchOptions {
regex?: boolean
wholeWord?: boolean
caseSensitive?: boolean
incremental?: true
}
/**