UNPKG

zview-plus

Version:

基于 Vue3 的 UI 组件库

31 lines (30 loc) 418 B
const e = { type: { type: String, values: ["text", "password", "textarea"] }, iconBefore: { type: String }, iconAfter: { type: String }, maxlength: { type: Number }, size: { type: String, values: ["large", "small"] }, clearable: { type: Boolean, default: !1 }, modelValue: { type: [String, Number], default: "" } }; export { e as InputProps };