Files
2023-08-18 17:32:18 +08:00

21 lines
296 B
JavaScript

const props = {
badgeProps: {
type: Object,
},
disabled: {
type: Boolean,
value: false,
},
icon: {
type: null,
},
label: {
type: String,
value: '',
},
value: {
type: null,
},
};
export default props;