UNPKG

@ngez/core

Version:

A collection of minimalistic, easy-to-use and fully customizable Angular components, directives and services

6 lines (5 loc) 184 B
export declare const defaultConfig: NgEzAutocompleteConfig; export interface NgEzAutocompleteConfig { labelExtractor?: (selectedOption: any) => any; maxHeight?: number; }