UNPKG

tyh-ui2

Version:

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

16 lines (15 loc) 266 B
const n = { src: String, alt: String, fit: { type: String, validator: (t) => ["fill", "contain", "cover", "none", "scale-down", ""].includes(t) }, width: String, height: String, select: Boolean, draggable: Boolean }; export { n as Props };