UNPKG

276 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2/**
3 * Global ng-bootstrap config
4 *
5 * @since 8.0.0
6 */
7export declare class NgbConfig {
8 animation: boolean;
9 static ɵfac: i0.ɵɵFactoryDeclaration<NgbConfig, never>;
10 static ɵprov: i0.ɵɵInjectableDeclaration<NgbConfig>;
11}