UNPKG

tyh-ui2

Version:

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

14 lines (13 loc) 194 B
const e = { shadow: { type: String, validator: (t) => ["always", "hover", ""].includes(t) }, bodyStyle: { type: Object, default: () => null } }; export { e as Props };