UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

9 lines 260 B
import { Registry } from '../../../lib/di'; import { cnPopup } from '../Popup'; import { PopupTail } from '../Tail/Popup-Tail'; export var regObjects = { Tail: PopupTail }; export var PopupDesktopRegistry = new Registry({ id: cnPopup() }).fill(regObjects);