UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 428 B
import { withRegistry } from '@bem-react/di'; import { compose } from '@bem-react/core'; import { Select as SelectCommon } from './Select'; import { selectRegistry } from './Select.registry/touch-pad'; import { withNativeControl } from './Select.hocs/withNativeControl'; import './Control/Select-Control.css'; export * from './Select'; export var Select = compose(withRegistry(selectRegistry), withNativeControl)(SelectCommon);