UNPKG

@yandex/ui

Version:

Yandex UI components

14 lines (13 loc) 555 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withThemeNormal = void 0; var core_1 = require("@bem-react/core"); var Button_1 = require("../Button"); require("./Button_theme_normal.css"); /** * Модификатор, отвечающий за стилевое оформление кнопки. * @param {IButtonThemeNormalProps} props * * @deprecated Рекомендуется использовать withViewDefault */ exports.withThemeNormal = core_1.withBemMod(Button_1.cnButton(), { theme: 'normal' });