Skip to content

Commit

Permalink
fixed typing
Browse files Browse the repository at this point in the history
  • Loading branch information
se7en-illa committed Sep 20, 2024
1 parent 02eb146 commit 389753d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gestalt/src/AvatarGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type Props = {
* The user group data. See the [collaborators display](https://gestalt.pinterest.systems/web/avatargroup#Collaborators-display) variant to learn more.
*/
collaborators: ReadonlyArray<{
avatarColorIndex?: number;
avatarColorIndex?: string;
name: string;
src?: string;
}>;
Expand Down

0 comments on commit 389753d

Please sign in to comment.