UNPKG

@engie-group/fluid-design-system-angular

Version:

Fluid Design System Angular

6 lines (5 loc) 89 B
export interface AutocompleteOption { label: string; value: string; extra?: any; }