zoujiandong 2bd2fd31ac 1.22
2024-01-22 08:55:30 +08:00

25 lines
389 B
JavaScript

const props = {
cascading: {
type: String,
value: 'right-up',
},
collapseAvatar: {
type: String,
},
customStyle: {
type: String,
value: '',
},
externalClasses: {
type: Array,
},
max: {
type: Number,
},
size: {
type: String,
value: 'medium',
},
};
export default props;