export interface ChipsInputSearchOptions { /** * debounceTime The timeout duration in milliseconds for the window of * time required to wait for emission silence before emitting the most recent * source value. */ debounceTime?: number; /** * the min number of chars before search start */ minNumOfChars?: number; } //# sourceMappingURL=chips-input-search-options.interface.d.ts.map