Skip to content

Commit

Permalink
🐛 Add react-dom-client.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Irori235 committed Mar 14, 2024
1 parent 063340e commit af25567
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@storybook/addon-styling": "^1.0.8",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react-swc": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.3.9"
Expand Down
1 change: 1 addition & 0 deletions src/react-dom-client.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module "react-dom/client";

0 comments on commit af25567

Please sign in to comment.