@yandex/ui
Version:
Yandex UI components
14 lines (13 loc) • 611 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.withPinRoundRound = void 0;
var core_1 = require("@bem-react/core");
var Textinput_1 = require("../Textinput");
/**
* Модификатор, отвечающий за форму текстового поля.
* Используется для группировки текстового поля с другими блоками, например, с кнопками.
* @param {ITextinputPinRoundRoundProps} props
*/
exports.withPinRoundRound = core_1.withBemMod(Textinput_1.cnTextinput(), {
pin: 'round-round',
});