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;