UNPKG

@yandex/ui

Version:

Yandex UI components

15 lines (14 loc) 655 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withPinRoundClear = void 0; var core_1 = require("@bem-react/core"); var Textinput_1 = require("../Textinput"); require("./Textinput_pin_round-clear.css"); /** * Модификатор, отвечающий за форму текстового поля. * Используется для группировки текстового поля с другими блоками, например, с кнопками. * @param {ITextinputPinRoundClearProps} props */ exports.withPinRoundClear = core_1.withBemMod(Textinput_1.cnTextinput(), { pin: 'round-clear', });