Files
2025-11-05 17:34:23 +08:00

18 lines
199 B
TypeScript

export default {
src: {
type: String,
default: ''
},
color: {
type: String,
default: ''
},
web: {
type: Boolean,
default: false
},
inherit: {
type: Boolean,
default: false
}
}