UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines 281 B
import { withRegistry } from '../../../lib/di'; import { Select as SelectTouch } from '../Select@touch'; // Registry import { SelectTouchRegistry } from '../Select.registry/touch'; export * from '../Select@touch'; export var Select = withRegistry(SelectTouchRegistry)(SelectTouch);