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