@yandex/ui
Version:
Yandex UI components
12 lines (11 loc) • 456 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.withSizeM = void 0;
var core_1 = require("@bem-react/core");
var Attach_const_1 = require("../Attach.const");
require("./Attach_size_m.css");
/**
* Модификатор, отвечающий за размер кнопки выбора файла.
* @param {IAttachSizeMProps} props
*/
exports.withSizeM = core_1.withBemMod(Attach_const_1.cnAttach(), { size: 'm' });