@yandex/ui
Version:
Yandex UI components
9 lines (8 loc) • 374 B
JavaScript
import { __assign, __rest } from "tslib";
import React from 'react';
import { cnTextinput } from '../Textinput';
import './Textinput-Box.css';
export var TextinputBox = function (_a) {
var className = _a.className, props = __rest(_a, ["className"]);
return (React.createElement("span", __assign({}, props, { className: cnTextinput('Box', null, [className]) })));
};