UNPKG

@yandex/ui

Version:

Yandex UI components

6 lines (5 loc) 224 B
import { Registry } from '@bem-react/di'; import { cnPopup } from '../Popup'; import { PopupTail } from '../Tail/Popup-Tail'; export var popupRegistry = new Registry({ id: cnPopup() }); popupRegistry.set('Tail', PopupTail);