UNPKG

@yandex/ui

Version:

Yandex UI components

6 lines (5 loc) 233 B
import { Registry } from '@bem-react/di'; import { Popup } from '../../Popup/touch-phone'; import { cnDrawer } from '../Drawer.const'; export var DrawerRegistry = new Registry({ id: cnDrawer() }); DrawerRegistry.set('Popup', Popup);