UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 300 B
import { withBemMod } from '@bem-react/core'; import { cnButton } from '../Button'; import './Button_size_m.css'; /** * Модификатор, отвечающий за размер кнопки. * @param {IButtonSizeMProps} props */ export var withSizeM = withBemMod(cnButton(), { size: 'm' });