UNPKG

@yandex/ui

Version:

Yandex UI components

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