Files
HuajisheTools/HuajisheCheckChaoXing/miniprogram_npm/tdesign-miniprogram/side-bar-item/props.js
2025-10-01 10:01:52 +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;