@nebular/theme
Version:
@nebular/theme
13 lines (12 loc) • 582 B
TypeScript
import { NbIconLibraries } from './icon-libraries';
import * as i0 from "@angular/core";
import * as i1 from "./icon.component";
import * as i2 from "@angular/common";
export declare class NbIconModule {
private iconsLibrary;
private essentialsPackName;
constructor(iconsLibrary: NbIconLibraries);
static ɵfac: i0.ɵɵFactoryDeclaration<NbIconModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NbIconModule, [typeof i1.NbIconComponent], [typeof i2.CommonModule], [typeof i1.NbIconComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NbIconModule>;
}