UNPKG

t-fighting-design

Version:

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

22 lines (21 loc) 277 B
const t = { icon: { type: Object, default: () => null }, color: { type: String, default: () => "" }, size: { type: [String, Number], default: () => "" }, click: { type: Function, default: () => null } }; export { t as Props };