chore(Avatar): remove useless chipVariant prop

This commit is contained in:
Benjamin Canac
2023-03-22 16:21:29 +01:00
parent f022665351
commit c83d3b7147
2 changed files with 3 additions and 8 deletions

View File

@@ -4,7 +4,6 @@ export interface Avatar {
text: string
size: string
rounded: boolean
chip: boolean
chipVariant: string
chip: string
chipPosition: string
}