UNPKG

t-fighting-design

Version:

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

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