@covalent/core
Version:
Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.
14 lines (13 loc) • 892 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./search-input/search-input.component";
import * as i2 from "./search-box/search-box.component";
import * as i3 from "@angular/forms";
import * as i4 from "@angular/common";
import * as i5 from "@angular/material/input";
import * as i6 from "@angular/material/icon";
import * as i7 from "@angular/material/button";
export declare class CovalentSearchModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSearchModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentSearchModule, [typeof i1.TdSearchInputComponent, typeof i2.TdSearchBoxComponent], [typeof i3.FormsModule, typeof i4.CommonModule, typeof i5.MatInputModule, typeof i6.MatIconModule, typeof i7.MatButtonModule], [typeof i1.TdSearchInputComponent, typeof i2.TdSearchBoxComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentSearchModule>;
}