UNPKG

@yandex/ui

Version:

Yandex UI components

6 lines (5 loc) 294 B
import { withRegistry } from '@bem-react/di'; import { RadioButton as RadioButtonCommon } from './RadioButton'; import { radioButtonRegistry } from './RadioButton.registry/touch-pad'; export * from './RadioButton'; export var RadioButton = withRegistry(radioButtonRegistry)(RadioButtonCommon);