UNPKG

@yandex/ui

Version:

Yandex UI components

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