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