UNPKG

@yandex/ui

Version:

Yandex UI components

8 lines (7 loc) 290 B
import { compose } from '@bem-react/core'; // base import { Modal as ModalTouchPhone } from '../Modal@touch-phone'; // _theme import { withThemeNormal } from '../_theme/Modal_theme_normal'; export * from '../Modal@touch-phone'; export var Modal = compose(withThemeNormal)(ModalTouchPhone);