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_m.css'; /** * Модификатор, отвечающий за размер аватарки. * @param {IUserPicSizeLProps} props */ export var withSizeM = withBemMod(cnUserPic(), { size: 'm' });