UNPKG

@yandex/ui

Version:

Yandex UI components

10 lines (9 loc) 443 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RadioButton = void 0; var tslib_1 = require("tslib"); var di_1 = require("@bem-react/di"); var RadioButton_1 = require("./RadioButton"); var touch_pad_1 = require("./RadioButton.registry/touch-pad"); tslib_1.__exportStar(require("./RadioButton"), exports); exports.RadioButton = di_1.withRegistry(touch_pad_1.radioButtonRegistry)(RadioButton_1.RadioButton);