UNPKG

ng2-bootstrap

Version:
8 lines (7 loc) 229 B
/** * 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; }