UNPKG

442 BTypeScriptView Raw
1/**
2 * Configuration service, provides default values for the AccordionComponent.
3 */
4import * as ɵngcc0 from '@angular/core';
5export declare class AccordionConfig {
6 /** Whether the other panels should be closed when a panel is opened */
7 closeOthers: boolean;
8 /** turn on/off animation */
9 isAnimated: boolean;
10 static ɵfac: ɵngcc0.ɵɵFactoryDef<AccordionConfig, never>;
11}
12
13//# sourceMappingURL=accordion.config.d.ts.map
\No newline at end of file