UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 441 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withHasClear = void 0; var core_1 = require("@bem-react/core"); var di_1 = require("@bem-react/di"); var touch_phone_1 = require("./Textarea_hasClear.registry/touch-phone"); var Textarea_hasClear_1 = require("./Textarea_hasClear"); exports.withHasClear = core_1.compose(di_1.withRegistry(touch_phone_1.textareaRegistry), Textarea_hasClear_1.withHasClear);