Files
2023-01-06 14:24:11 +08:00

19 lines
277 B
JavaScript

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