UNPKG

@yandex/ui

Version:

Yandex UI components

7 lines (6 loc) 328 B
import { withRegistry } from '@bem-react/di'; import '../polyfills/pointerfocus'; import { RadioButton as RadioButtonCommon } from './RadioButton'; import { radioButtonRegistry } from './RadioButton.registry/desktop'; export * from './RadioButton'; export var RadioButton = withRegistry(radioButtonRegistry)(RadioButtonCommon);