UNPKG

zview-plus

Version:

基于 Vue3 的 UI 组件库

15 lines (14 loc) 246 B
const e = ["primary", "success", "info", "warning", "danger"], r = { type: { type: String, validator(n) { return e.includes(n); } }, disabled: Boolean, underline: Boolean }; export { r as LinkProps, e as LinkType };