{"version":3,"file":"badge.d.ts","sources":["badge.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from '@angular/core';\r\n/**\r\n * Badges are labels which hold small amounts of information.\r\n *\r\n * It supports several badge types.\r\n */\r\nexport declare class CloBadge implements OnInit {\r\n    /**\r\n     * Type of the badge.\r\n     *\r\n     *  The following types are supported: `'success'`, `'error'`, `'new'`, `'compliant'`\r\n     */\r\n    type: string;\r\n    ngOnInit(): void;\r\n}\r\n"]}