Skip to content

Commit

Permalink
Merge pull request #60 from bloczjs/Ayc0/types-esm
Browse files Browse the repository at this point in the history
Add types in exports
  • Loading branch information
Ayc0 authored Mar 20, 2023
2 parents 1825086 + 3d9f1fa commit 8255b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-responsive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"types": "lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"require": "./lib/react-responsive.js",
"import": "./lib/react-responsive.modern.mjs",
"browser": "./lib/react-responsive.modern.js",
Expand Down

0 comments on commit 8255b09

Please sign in to comment.