UNPKG

@zegal/react-inline-suggest

Version:
3 lines (2 loc) 140 B
export declare type ShouldRenderSugestionFn = (value: string) => boolean; export declare type GetSuggestionValueFn<T> = (obj: T) => string;