@yandex/ui
Version:
Yandex UI components
9 lines (8 loc) • 423 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.radioboxRegistry = void 0;
var di_1 = require("@bem-react/di");
var Radiobox_1 = require("../Radiobox");
var Radiobox_Radio_desktop_1 = require("../Radio/Radiobox-Radio@desktop");
exports.radioboxRegistry = new di_1.Registry({ id: Radiobox_1.cnRadiobox() });
exports.radioboxRegistry.set('Radio', Radiobox_Radio_desktop_1.RadioboxRadio);