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

30 lines
448 B
JavaScript

const props = {
customStyle: {
type: String,
value: '',
},
height: {
type: null,
value: 336,
},
keys: {
type: Object,
},
multiple: {
type: Boolean,
value: false,
},
options: {
type: Array,
value: [],
},
value: {
type: null,
value: null,
},
defaultValue: {
type: null,
},
};
export default props;