UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 309 B
import { withBemMod } from '@bem-react/core'; import { cnUserPic } from '../UserPic'; import './UserPic_size_s.css'; /** * Модификатор, отвечающий за размер аватарки. * @param {IUserPicSizeLProps} props */ export var withSizeS = withBemMod(cnUserPic(), { size: 's' });