@coreui/angular
Version:
CoreUI Components Library for Angular
12 lines (11 loc) • 951 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./offcanvas-body/offcanvas-body.component";
import * as i2 from "./offcanvas/offcanvas.component";
import * as i3 from "./offcanvas-header/offcanvas-header.component";
import * as i4 from "./offcanvas-title/offcanvas-title.directive";
import * as i5 from "./offcanvas-toggle/offcanvas-toggle.directive";
export declare class OffcanvasModule {
static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<OffcanvasModule, never, [typeof i1.OffcanvasBodyComponent, typeof i2.OffcanvasComponent, typeof i3.OffcanvasHeaderComponent, typeof i4.OffcanvasTitleDirective, typeof i5.OffcanvasToggleDirective], [typeof i1.OffcanvasBodyComponent, typeof i2.OffcanvasComponent, typeof i3.OffcanvasHeaderComponent, typeof i4.OffcanvasTitleDirective, typeof i5.OffcanvasToggleDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<OffcanvasModule>;
}