UNPKG

@yandex/ui

Version:

Yandex UI components

6 lines (5 loc) 251 B
import { withRegistry } from '@bem-react/di'; import { Drawer as DrawerCommon } from './Drawer'; import { DrawerRegistry } from './Drawer.registry/touch-phone'; export * from './Drawer'; export var Drawer = withRegistry(DrawerRegistry)(DrawerCommon);