UNPKG

tyh-ui2

Version:

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

24 lines (23 loc) 329 B
const t = { type: { type: String, default: () => "default", validator: (e) => [ "default", "primary", "success", "danger", "warning", "" ].includes(e) }, size: { type: String, default: () => "16" }, block: Boolean, color: String }; export { t as Props };