We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2364aa9 commit af9d220Copy full SHA for af9d220
.changeset/calm-humans-end.md
@@ -0,0 +1,5 @@
1
+---
2
+"react-use-clipboard": patch
3
4
+
5
+Fix path for TypeScript definitions
package.json
@@ -9,7 +9,7 @@
9
"exports": "./dist/react-use-clipboard.modern.js",
10
"module": "./dist/react-use-clipboard.module.js",
11
"unpkg": "./dist/react-use-clipboard.umd.js",
12
- "types": "./dist/react-use-clipboard.d.ts",
+ "types": "./dist/index.d.ts",
13
"files": [
14
"dist"
15
],
0 commit comments