UNPKG

tyh-ui2

Version:

The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.

33 lines (32 loc) 555 B
const t = { modelValue: { type: String, set() { return !0; } }, placeholder: String, type: { type: String, default: () => "text", validator: (e) => ["text", "password", ""].includes(e) }, size: { type: String, default: () => "medium", validator: (e) => ["large", "medium", "small", "mini", ""].includes(e) }, max: String, clear: Boolean, icon: String, disabled: Boolean, autofocus: Boolean, name: String, showPassword: Boolean, set() { return !0; } }; export { t as Props };