@yandex/ui
Version:
Yandex UI components
9 lines (8 loc) • 382 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.modalRegistry = void 0;
var di_1 = require("@bem-react/di");
var Modal_1 = require("../Modal");
var Popup_touch_phone_1 = require("../../Popup/Popup@touch-phone");
exports.modalRegistry = new di_1.Registry({ id: Modal_1.cnModal() });
exports.modalRegistry.set('Popup', Popup_touch_phone_1.Popup);