{"version":3,"file":"alert-config.d.ts","sources":["alert-config.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;;AACA","sourcesContent":["/**\r\n * A configuration service for the [NgbAlert](#/components/alert/api#NgbAlert) 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 alerts used in the application.\r\n */\r\nexport declare class CloAlertConfig {\r\n    dismissible: boolean;\r\n    type: string;\r\n}\r\n"]}