To fix the TypeScript error, update your generic like this:
K extends object = {}
And when rendering the component:
<Item {...props} {...(additionalProps?.(el) as K)} />