typescript - v3.9.7
I have a HOC that pass additional props to the component:
import React from \'react\'; interface IWithOwner { owner: string; } ty