UNPKG

591 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./progressbar";
3export { NgbProgressbar, NgbProgressbarStacked } from './progressbar';
4export { NgbProgressbarConfig } from './progressbar-config';
5export declare class NgbProgressbarModule {
6 static ɵfac: i0.ɵɵFactoryDeclaration<NgbProgressbarModule, never>;
7 static ɵmod: i0.ɵɵNgModuleDeclaration<NgbProgressbarModule, never, [typeof i1.NgbProgressbar, typeof i1.NgbProgressbarStacked], [typeof i1.NgbProgressbar, typeof i1.NgbProgressbarStacked]>;
8 static ɵinj: i0.ɵɵInjectorDeclaration<NgbProgressbarModule>;
9}