UNPKG

t-fighting-design

Version:

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

14 lines (13 loc) 156 B
const t = { background: { type: String, default: () => "" }, color: { type: String, default: () => "" } }; export { t as Props };