UNPKG

ngx-bootstrap

Version:
13 lines (12 loc) 459 B
import * as i0 from "@angular/core"; /** * Configuration service, provides default values for the AccordionComponent. */ export declare class AccordionConfig { /** Whether the other panels should be closed when a panel is opened */ closeOthers: boolean; /** turn on/off animation */ isAnimated: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<AccordionConfig, never>; static ɵprov: i0.ɵɵInjectableDeclaration<AccordionConfig>; }