water_xcx/miniprogram_npm/tdesign-miniprogram/empty/props.js

17 lines
242 B
JavaScript
Raw Permalink Normal View History

2025-04-15 15:44:51 +08:00
const props = {
description: {
type: String,
},
externalClasses: {
type: Array,
},
icon: {
type: String,
value: '',
},
image: {
type: String,
},
};
export default props;