riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
miniprogram_npm/tdesign-miniprogram/collapse-panel/props.js
@@ -1,33 +1 @@
const props = {
    content: {
        type: String,
    },
    disabled: {
        type: Boolean,
        value: undefined,
    },
    expandIcon: {
        type: Boolean,
        value: undefined,
    },
    externalClasses: {
        type: Array,
    },
    header: {
        type: String,
    },
    headerLeftIcon: {
        type: String,
    },
    headerRightContent: {
        type: String,
    },
    placement: {
        type: String,
        value: 'bottom',
    },
    value: {
        type: null,
    },
};
export default props;
const props={content:{type:String},disabled:{type:null,value:void 0},expandIcon:{type:null,value:void 0},header:{type:String},headerLeftIcon:{type:String},headerRightContent:{type:String},placement:{type:String,value:"bottom"},value:{type:null}};export default props;