@yandex/ui
Version:
Yandex UI components
13 lines (12 loc) • 571 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextinputBox = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importDefault(require("react"));
var Textinput_1 = require("../Textinput");
require("./Textinput-Box.css");
var TextinputBox = function (_a) {
var className = _a.className, props = tslib_1.__rest(_a, ["className"]);
return (react_1.default.createElement("span", tslib_1.__assign({}, props, { className: Textinput_1.cnTextinput('Box', null, [className]) })));
};
exports.TextinputBox = TextinputBox;