@nebular/theme
Version:
@nebular/theme
16 lines (15 loc) • 869 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 "./sidebar.component";
import * as i2 from "../shared/shared.module";
export declare class NbSidebarModule {
static forRoot(): ModuleWithProviders<NbSidebarModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NbSidebarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NbSidebarModule, [typeof i1.NbSidebarComponent, typeof i1.NbSidebarFooterComponent, typeof i1.NbSidebarHeaderComponent], [typeof i2.NbSharedModule], [typeof i1.NbSidebarComponent, typeof i1.NbSidebarFooterComponent, typeof i1.NbSidebarHeaderComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NbSidebarModule>;
}