Skip to content

Commit

Permalink
Merge pull request #2 from DogusErdem/fix/avatarsgrop-props-type
Browse files Browse the repository at this point in the history
fix: Update avatargroup props
  • Loading branch information
KaganYrk authored Dec 29, 2023
2 parents 0a2ef69 + 5954392 commit daf9fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export type AccordionListProps = {
}

export type AvatarGroupProps = {
avatarsType: [AvatarProps],
avatarsType: Array<AvatarProps>,
avatarLimit?: number,
limitContainerStyle?: { style: StyleProp<TextStyle>, backgroundColor: string }
}
Expand Down

0 comments on commit daf9fbf

Please sign in to comment.