diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e23ca..e725442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - block external access to auxiliary types +- reference `@types/react` explicitly ## [1.0.1] - 2020-12-27 diff --git a/index.d.ts b/index.d.ts index 7740f72..3383ab0 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,3 +1,5 @@ +/// + // Block external access to auxiliary types export {};