UNPKG

@yandex/ui

Version:

Yandex UI components

10 lines (9 loc) 456 B
import { withBemMod } from '@bem-react/core'; import { cnButton } from '../Button'; import './Button_pin_brick-round.css'; /** * Модификатор, отвечающий за форму кнопки. * Используется для группировки кнопок поля с другими компонентами. * @param {IButtonPinBrickRoundProps} props */ export var withPinBrickRound = withBemMod(cnButton(), { pin: 'brick-round' });