UNPKG

tyh-ui2

Version:

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

20 lines (19 loc) 375 B
const t = { theme: { type: String, default: () => "dark", validator: (o) => ["dark", "light", ""].includes(o) }, shadow: Boolean, mode: { type: String, default: () => "horizontal", validator: (o) => ["horizontal", "vertical", ""].includes(o) }, backgroundColor: String, textColor: String, collapse: Boolean }; export { t as Props };