UNPKG

t-fighting-design

Version:

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

14 lines (13 loc) 177 B
const t = { width: { type: [String, Number], default: () => "200px" }, padding: { type: [String, Number], default: () => 0 } }; export { t as Props };