UNPKG

t-fighting-design

Version:

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

11 lines (10 loc) 165 B
const r = { direction: { type: String, default: () => "", validator: (t) => ["horizontal", "vertical", ""].includes(t) } }; export { r as Props };