@brizy/ui
Version:
React elements in Brizy style
9 lines (8 loc) • 347 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getCustomTextareaHeight = void 0;
const constants_1 = require("../constants");
const getCustomTextareaHeight = (size) => {
return { [`--${constants_1.BRZ_PREFIX}-textarea-height`]: `${size}px` };
};
exports.getCustomTextareaHeight = getCustomTextareaHeight;