UNPKG

@brizy/ui

Version:
9 lines (8 loc) 347 B
"use strict"; 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;