UNPKG

@yandex/ui

Version:

Yandex UI components

10 lines (9 loc) 465 B
import { compose } from '@bem-react/core'; import { withRegistry } from '@bem-react/di'; import { Checkbox as CheckboxCommon } from './Checkbox'; import { checkboxRegistry } from './Checkbox.registry/desktop'; import { withControl } from '../withControl/withControl@desktop'; import '../polyfills/pointerfocus'; import './Checkbox@desktop.css'; export * from './Checkbox'; export var Checkbox = compose(withRegistry(checkboxRegistry), withControl)(CheckboxCommon);