Files
sundynix-plant-mp/miniprogram_npm/tdesign-miniprogram/attachments/props.js
T
2026-02-04 14:02:31 +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;