UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

15 lines (14 loc) 232 B
const l = { size: { type: String, default: () => "middle", validator: (e) => ["large", "middle", "small", "mini"].includes(e) }, vertical: { type: Boolean, default: () => !1 } }; export { l as Props };