Skip to content

Commit

Permalink
refactor: reference @types/react explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Dec 27, 2020
1 parent b740bb7 commit 3af70e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/// <reference types="react" />

// Block external access to auxiliary types
export {};

Expand Down

0 comments on commit 3af70e4

Please sign in to comment.