zview-plus
Version:
基于 Vue3 的 UI 组件库
2 lines (1 loc) • 465 B
JavaScript
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t={backgroundColor:{type:String},lineColor:{type:String,default:"#000"},lineWidth:{type:Number,default:3,validators:e=>e>=1&&e<=32},reserveBackgroundColor:{type:Boolean,default:!0},pictureFormat:{type:String,values:["image/png","image/jpeg","image/webp"],default:"image/png"},clear:{type:String,default:"清空"},confirm:{type:String,default:"确认"}};exports.SignatureProps=t;