UNPKG

choices.js

Version:

A vanilla JS customisable text input/select box plugin

4 lines (3 loc) 175 B
import { Options } from '../interfaces'; import { Searcher } from '../interfaces/search'; export declare function getSearcher<T extends object>(config: Options): Searcher<T>;