Exercise #95: Declaration Merging In Global Namespace
React + TypeScript ยท 07-types-deep-dive
Go back to exercises
Goal
Goal: Use declaration merging to add a `bar: string` property to `React.MyAwesomeInterface`.
Check Solution
Next
Run "Check Solution" to validate your code in the browser.