UNPKG

@yandex/ui

Version:

Yandex UI components

7 lines (6 loc) 277 B
import { withRegistry } from '@bem-react/di'; import '../polyfills/click-event'; import { Popup as PopupCommon } from './Popup'; import { popupRegistry } from './Popup.registry/touch-phone'; export * from './Popup'; export var Popup = withRegistry(popupRegistry)(PopupCommon);