UNPKG

tyh-ui2

Version:

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

22 lines (21 loc) 315 B
const e = { modelValue: Boolean, closeColor: { type: String, default: () => "#dcdfe6" }, openColor: { type: String, default: () => "#3a6ff4" }, closeText: String, openText: String, disabled: Boolean, width: { type: Number, default: () => 40 } }; export { e as Props };