UNPKG

@yandex/ui

Version:

Yandex UI components

11 lines (10 loc) 550 B
import { compose, composeU } from '@bem-react/core'; import { RadioButton as RadioButtonDesktop, } from '../RadioButton@desktop'; // _size import { withSizeS } from '../_size/RadioButton_size_s'; import { withSizeM } from '../_size/RadioButton_size_m'; import { withSizeL } from '../_size/RadioButton_size_l'; // _view import { withViewDefault } from '../_view/RadioButton_view_default@desktop'; export * from '../RadioButton@desktop'; export var RadioButton = compose(composeU(withSizeS, withSizeM, withSizeL), withViewDefault)(RadioButtonDesktop);