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.

8 lines (7 loc) 183 B
export declare const matchSuggestion: (options: (string | { label: string; value: string; })[], inputValue: string) => (string | { label: string; value: string; })[];