UNPKG

@yandex/ui

Version:

Yandex UI components

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