UNPKG

229 BTypeScriptView Raw
1/**
2 * Configuration service, provides default values for the AccordionComponent.
3 */
4export declare class AccordionConfig {
5 /** Whether the other panels should be closed when a panel is opened */
6 closeOthers: Boolean;
7}