1 | import { PlacementArray } from '../util/positioning';
|
2 | import { Options } from '@popperjs/core';
|
3 | import * as i0 from "@angular/core";
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 | export declare class NgbTypeaheadConfig {
|
11 | container: any;
|
12 | editable: boolean;
|
13 | focusFirst: boolean;
|
14 | selectOnExact: boolean;
|
15 | showHint: boolean;
|
16 | placement: PlacementArray;
|
17 | popperOptions: (options: Partial<Options>) => Partial<Options>;
|
18 | static ɵfac: i0.ɵɵFactoryDeclaration<NgbTypeaheadConfig, never>;
|
19 | static ɵprov: i0.ɵɵInjectableDeclaration<NgbTypeaheadConfig>;
|
20 | }
|