@universal-material/angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.
16 lines (15 loc) • 852 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./typeahead";
import * as i2 from "./highlight";
import * as i3 from "./typeahead-window";
import * as i4 from "@angular/common";
import * as i5 from "../ripple/ripple.module";
export { Highlight } from './highlight';
export { TypeaheadWindow } from './typeahead-window';
export { TypeaheadConfig } from './typeahead-config';
export { Typeahead, TypeaheadSelectItemEvent } from './typeahead';
export declare class TypeaheadModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TypeaheadModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TypeaheadModule, [typeof i1.Typeahead, typeof i2.Highlight, typeof i3.TypeaheadWindow], [typeof i4.CommonModule, typeof i5.RippleModule], [typeof i1.Typeahead, typeof i2.Highlight]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TypeaheadModule>;
}