UNPKG

@yandex/ui

Version:

Yandex UI components

13 lines (12 loc) 665 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RadioButtonPlate = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importDefault(require("react")); var RadioButton_1 = require("../RadioButton"); require("./RadioButton-Plate.css"); var RadioButtonPlate = function (_a) { var className = _a.className, innerRef = _a.innerRef, props = tslib_1.__rest(_a, ["className", "innerRef"]); return (react_1.default.createElement("div", tslib_1.__assign({}, props, { hidden: true, className: RadioButton_1.cnRadioButton('Plate', null, [className]), ref: innerRef }))); }; exports.RadioButtonPlate = RadioButtonPlate;