{"version":3,"file":"accordion-config.d.ts","sources":["accordion-config.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["import { NgbConfig } from '../ngb-config';\n/**\n * A configuration service for the [NgbAccordion](#/components/accordion/api#NgbAccordion) component.\n *\n * You can inject this service, typically in your root component, and customize its properties\n * to provide default values for all accordions used in the application.\n */\nexport declare class NgbAccordionConfig {\n animation: boolean;\n closeOthers: boolean;\n type: string;\n constructor(ngbConfig: NgbConfig);\n}\n"]}