UNPKG

@matthew.ngo/react-form-kit

Version:

Form Kit for React. It consists of a set of components that can be used to create complex forms in a simple and declarative way.

3 lines (2 loc) 187 B
import { Option, OptionGroup } from './types'; export declare const useSearch: (options: Option[] | OptionGroup[], searchTerm: string, debounceTime?: number) => Option[] | OptionGroup[];