Exercise #121: Reusable Context
TypeScript Generics ยท 04-generics-advanced
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Create `makeUseStyled` so the theme generic is fixed once.
Check Solution
Run "Check Solution" to validate your code in the browser.