2023-03-06 17:57:39 +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;