UNPKG

@yandex/ui

Version:

Yandex UI components

6 lines (5 loc) 267 B
import { withRegistry } from '@bem-react/di'; import { Checkbox as CheckboxCommon } from './Checkbox'; import { checkboxRegistry } from './Checkbox.registry/touch-pad'; export * from './Checkbox'; export var Checkbox = withRegistry(checkboxRegistry)(CheckboxCommon);