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 19da9c3 commit 8430004Copy full SHA for 8430004
.changeset/short-zoos-develop.md
@@ -0,0 +1,5 @@
1
+---
2
+"flowbite-react": patch
3
4
+
5
+fix package.json types path
packages/ui/package.json
@@ -34,7 +34,7 @@
34
},
35
"main": "lib/cjs/index.js",
36
"module": "lib/esm/index.js",
37
- "types": "lib/esm/index.d.ts",
+ "types": "lib/types/index.d.ts",
38
"files": [
39
"lib"
40
],
0 commit comments