@opensig/opendesign
Version:
38 lines (37 loc) • 642 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const types = require("../_components/in-textarea/types.js");
const textareaProps = {
...types.inTextareaProps,
/**
* @zh-CN 尺寸
* @en-US Size
*/
size: {
type: String
},
/**
* @zh-CN 圆角
* @en-US Round
*/
round: {
type: String
},
/**
* @zh-CN 颜色类型
* @en-US Color type
*/
color: {
type: String,
default: "normal"
},
/**
* @zh-CN 形状变体
* @en-US Shape variant
*/
variant: {
type: String,
default: "outline"
}
};
exports.textareaProps = textareaProps;