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

23 lines
344 B
JavaScript

const props = {
customStyle: {
type: String,
value: '',
},
indexList: {
type: Array,
},
list: {
type: Array,
value: [],
},
sticky: {
type: Boolean,
value: true,
},
stickyOffset: {
type: Number,
value: 0,
},
};
export default props;