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