UNPKG

@yandex/ui

Version:

Yandex UI components

6 lines (5 loc) 292 B
import { withRegistry } from '@bem-react/di'; import { registry } from './MessageBox.registry/touch-phone'; import { MessageBoxPopup as MessageBoxPopupCommon } from './MessageBoxPopup'; export * from './MessageBox'; export var MessageBoxPopup = withRegistry(registry)(MessageBoxPopupCommon);