@yandex/ui
Version:
Yandex UI components
16 lines (15 loc) • 824 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.radioButtonRegistry = void 0;
var di_1 = require("@bem-react/di");
var RadioButton_1 = require("../RadioButton");
var RadioButton_Content_1 = require("../Content/RadioButton-Content");
var RadioButton_Control_1 = require("../Control/RadioButton-Control");
var RadioButton_Plate_1 = require("../Plate/RadioButton-Plate");
var RadioButton_Radio_1 = require("../Radio/RadioButton-Radio");
exports.radioButtonRegistry = new di_1.Registry({ id: RadioButton_1.cnRadioButton() });
exports.radioButtonRegistry
.set('Content', RadioButton_Content_1.RadioButtonContent)
.set('Control', RadioButton_Control_1.RadioButtonControl)
.set('Plate', RadioButton_Plate_1.RadioButtonPlate)
.set('Radio', RadioButton_Radio_1.RadioButtonRadio);