UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

17 lines (16 loc) 487 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withModTextareaAutoResize = void 0; var _compose = require("../../../lib/compose"); var _withAutoResize = require("../Textarea.hocs/withAutoResize"); /** * Modifier for auto resize */ var withModTextareaAutoResize = exports.withModTextareaAutoResize = (0, _compose.withHOCConstructor)({ matchProps: { autoResize: true }, matchOnlyProps: ['autoResize'] }, _withAutoResize.withAutoResize);