UNPKG

@yandex/ui

Version:

Yandex UI components

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