UNPKG

869 BTypeScriptView Raw
1/**
2 * @license
3 * Copyright Akveo. All Rights Reserved.
4 * Licensed under the MIT License. See License.txt in the project root for license information.
5 */
6import { ModuleWithProviders } from '@angular/core';
7import * as i0 from "@angular/core";
8import * as i1 from "./sidebar.component";
9import * as i2 from "../shared/shared.module";
10export declare class NbSidebarModule {
11 static forRoot(): ModuleWithProviders<NbSidebarModule>;
12 static ɵfac: i0.ɵɵFactoryDeclaration<NbSidebarModule, never>;
13 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]>;
14 static ɵinj: i0.ɵɵInjectorDeclaration<NbSidebarModule>;
15}