UNPKG

@yandex/ui

Version:

Yandex UI components

6 lines (5 loc) 238 B
import { withRegistry } from '@bem-react/di'; import { Popup as PopupCommon } from './Popup'; import { popupRegistry } from './Popup.registry/desktop'; export * from './Popup'; export var Popup = withRegistry(popupRegistry)(PopupCommon);