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