UNPKG

@ux-aspects/ux-aspects

Version:

Open source user interface framework for building modern, responsive, mobile big data applications

6 lines (5 loc) 118 B
export interface TypeaheadVisibleOption<T = unknown> { value: T; key: string; isRecentOption?: boolean; }