UNPKG

@yandex/ui

Version:

Yandex UI components

8 lines (7 loc) 304 B
import { compose } from '@bem-react/core'; // base import { Drawer as DrawerTouchPhone } from '../../Drawer@touch-phone'; // _view import { withViewDefault } from '../../_view/Drawer_view_default'; export * from '../../Drawer@touch-phone'; export var Drawer = compose(withViewDefault)(DrawerTouchPhone);