UNPKG

693 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./highlight";
3import * as i2 from "./typeahead";
4export { NgbHighlight } from './highlight';
5export { NgbTypeaheadWindow } from './typeahead-window';
6export { NgbTypeaheadConfig } from './typeahead-config';
7export { NgbTypeahead, NgbTypeaheadSelectItemEvent } from './typeahead';
8export 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}