UNPKG

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