add react custom scrollbar types

This commit is contained in:
vicky-primathon.in 2021-04-06 17:01:52 +05:30
parent a24f8ae6ae
commit b2ab89c2c5
2 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,7 @@
"@types/node": "^10.12.18",
"@types/prismjs": "^1.16.1",
"@types/react": "^16.8.2",
"@types/react-custom-scrollbars": "^4.0.7",
"@types/react-dom": "^16.8.0",
"@types/react-helmet": "^5.0.14",
"@types/react-instantsearch-dom": "^6.3.0",

View File

@ -3663,6 +3663,12 @@
"@types/react" "*"
"@types/reactcss" "*"
"@types/react-custom-scrollbars@^4.0.7":
version "4.0.7"
resolved "https://registry.yarnpkg.com/@types/react-custom-scrollbars/-/react-custom-scrollbars-4.0.7.tgz#b1312ec749fcf4a01fee7466508501e072ede7ea"
dependencies:
"@types/react" "*"
"@types/react-dom@*", "@types/react-dom@^16.8.0":
version "16.9.8"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.8.tgz#fe4c1e11dfc67155733dfa6aa65108b4971cb423"