{"version":3,"file":"collapse.d.ts","sources":["collapse.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["/**\r\n * A directive to provide a simple way of hiding and showing elements on the page.\r\n */\r\nexport declare class NgbCollapse {\r\n    /**\r\n     * If `true`, will collapse the element or show it otherwise.\r\n     */\r\n    collapsed: boolean;\r\n}\r\n"]}