UNPKG

tyh-ui2

Version:

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

29 lines (28 loc) 466 B
const a = { type: { type: String, default: () => "default", validator: (e) => [ "default", "primary", "success", "danger", "warning", "" ].includes(e) }, round: Boolean, disabled: Boolean, icon: String, size: { type: String, validator: (e) => ["large", "small", "mini", ""].includes(e) }, square: Boolean, simple: Boolean, loading: Boolean, block: Boolean }; export { a as Props };