Relative Content

Tag Archive for reactjstypescriptreact-typescript

Create component through props in React

I have a component SomeComponent which takes a Component or IntrinsicElement through the component property and should construct that component. But this is giving type errors.