UNPKG

@yandex/ui

Version:

Yandex UI components

6 lines (5 loc) 226 B
import { Registry } from '@bem-react/di'; import { cnModal } from '../Modal'; import { Popup } from '../../Popup/Popup@touch-pad'; export var modalRegistry = new Registry({ id: cnModal() }); modalRegistry.set('Popup', Popup);