Files
sundynix-radio-mp/miniprogram_npm/tdesign-miniprogram/attachments/props.js
T
2026-03-05 09:08:21 +08:00

1 line
177 B
JavaScript

const props={addable:{type:Boolean,value:!0},imageViewer:{type:Boolean,value:!0},items:{type:Array,value:[],required:!0},removable:{type:Boolean,value:!0}};export default props;