UNPKG

@yandex/ui

Version:

Yandex UI components

11 lines (10 loc) 475 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"); require("../polyfills/pointerfocus"); var RadioButton_1 = require("./RadioButton"); var desktop_1 = require("./RadioButton.registry/desktop"); tslib_1.__exportStar(require("./RadioButton"), exports); exports.RadioButton = di_1.withRegistry(desktop_1.radioButtonRegistry)(RadioButton_1.RadioButton);