UNPKG

@alauda/ui

Version:

Angular UI components by Alauda Frontend Team.

5 lines (4 loc) 146 B
export interface AutoCompleteContext { width: string; } export type SuggestionFilterFn = (inputValue: string, suggestion: string) => boolean;