UNPKG

ngx-bootstrap-fix-datepicker

Version:
10 lines (9 loc) 287 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; /** turn on/off animation */ isAnimated: Boolean; }