@nebular/theme
Version:
@nebular/theme
18 lines (17 loc) • 900 B
TypeScript
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./menu.component";
import * as i2 from "../shared/shared.module";
import * as i3 from "../icon/icon.module";
import * as i4 from "../badge/badge.module";
export declare class NbMenuModule {
static forRoot(): ModuleWithProviders<NbMenuModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NbMenuModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NbMenuModule, [typeof i1.NbMenuComponent, typeof i1.NbMenuItemComponent], [typeof i2.NbSharedModule, typeof i3.NbIconModule, typeof i4.NbBadgeModule], [typeof i1.NbMenuComponent, typeof i1.NbMenuItemComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NbMenuModule>;
}