UNPKG

zview-plus

Version:

基于 Vue3 的 UI 组件库

19 lines (18 loc) 254 B
const t = { title: { type: String, default: "" }, subTitle: { type: String, default: "" }, icon: { type: String, values: ["success", "warning", "info", "error"], default: "info" } }; export { t as ResultProps };