@yandex/ui
Version:
Yandex UI components
6 lines (5 loc) • 296 B
JavaScript
import { withRegistry } from '@bem-react/di';
import { RadioButton as RadioButtonCommon } from './RadioButton';
import { radioButtonRegistry } from './RadioButton.registry/touch-phone';
export * from './RadioButton';
export var RadioButton = withRegistry(radioButtonRegistry)(RadioButtonCommon);