Skip to content

Commit

Permalink
feat(Avatar): export getInitialsFontSize (#5923)
Browse files Browse the repository at this point in the history
Экспортируем функцию getInitialsFontSize
  • Loading branch information
SevereCloud authored and actions-user committed Oct 6, 2023
1 parent 3907843 commit aa314ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vkui/src/components/Avatar/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,5 @@ Avatar.Badge = AvatarBadge;
Avatar.BadgeWithPreset = AvatarBadgeWithPreset;

Avatar.Overlay = ImageBase.Overlay;

Avatar.getInitialsFontSize = getInitialsFontSize;

0 comments on commit aa314ca

Please sign in to comment.