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