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_round-brick.css'; /** * Модификатор, отвечающий за форму кнопки. * Используется для группировки кнопок поля с другими компонентами. * @param {IButtonPinRoundBrickProps} props */ export var withPinRoundBrick = withBemMod(cnButton(), { pin: 'round-brick' });