UNPKG

124 BTypeScriptView Raw
1/**
2 * Global ng-bootstrap config
3 *
4 * @since 8.0.0
5 */
6export declare class NgbConfig {
7 animation: boolean;
8}