// @flow const generateElement = (functionIndex: number) => { return { functionIndex }; }; export default generateElement;