UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 376 B
"use strict"; 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_pad_1 = require("../../Popup/Popup@touch-pad"); exports.modalRegistry = new di_1.Registry({ id: Modal_1.cnModal() }); exports.modalRegistry.set('Popup', Popup_touch_pad_1.Popup);