1 | import * as i0 from "@angular/core";
|
2 | import * as i1 from "./highlight";
|
3 | import * as i2 from "./typeahead";
|
4 | export { NgbHighlight } from './highlight';
|
5 | export { NgbTypeaheadWindow } from './typeahead-window';
|
6 | export { NgbTypeaheadConfig } from './typeahead-config';
|
7 | export { NgbTypeahead, NgbTypeaheadSelectItemEvent } from './typeahead';
|
8 | export declare class NgbTypeaheadModule {
|
9 | static ɵfac: i0.ɵɵFactoryDeclaration<NgbTypeaheadModule, never>;
|
10 | static ɵmod: i0.ɵɵNgModuleDeclaration<NgbTypeaheadModule, never, [typeof i1.NgbHighlight, typeof i2.NgbTypeahead], [typeof i1.NgbHighlight, typeof i2.NgbTypeahead]>;
|
11 | static ɵinj: i0.ɵɵInjectorDeclaration<NgbTypeaheadModule>;
|
12 | }
|