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