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_s.css'; /** * Модификатор, отвечающий за размер кнопки. * @param {IButtonSizeSProps} props */ export var withSizeS = withBemMod(cnButton(), { size: 's' });