{"version":3,"file":"avatar.component.d.ts","sources":["avatar.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, OnChanges, SimpleChange } from '@angular/core';\r\nexport declare class AvatarComponent implements OnInit, OnChanges {\r\n    letters: string;\r\n    img: string;\r\n    colors: string[];\r\n    color: string;\r\n    char: string;\r\n    constructor();\r\n    ngOnInit(): void;\r\n    getStyle(): {\r\n        background: string;\r\n    };\r\n    ngOnChanges(changes: {\r\n        [propertyName: string]: SimpleChange;\r\n    }): void;\r\n}\r\n"]}