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) 282 B
const n = { type: { type: String, default: () => "default", validator: (e) => ["default", "primary", "success", "danger", "warning"].includes(e) }, message: String, icon: String, close: Boolean, center: Boolean, simple: Boolean }; export { n as Props };