UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 368 B
import { withBemMod } from '@bem-react/core'; import { cnRadioButton } from '../RadioButton'; import './RadioButton_view_default.css'; /** * Модификатор, отвечающий за внешний вид радиогруппы. * @param {IRadioButtonViewDefaultProps} props */ export var withViewDefault = withBemMod(cnRadioButton(), { view: 'default' });