Exercise #106: Generics In Type Arguments In Arguments
TypeScript Generics ยท 02-passing-type-arguments
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Type `cloneComponent` generically so it preserves the component props.
Check Solution
Run "Check Solution" to validate your code in the browser.