1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Types for Select and Slider components are not fully exported, fix #1824

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2020-12-21 19:54:24 +02:00
parent d35feab6ea
commit 80492f4579

View File

@ -16,8 +16,10 @@
"name": "Mirantis, Inc.",
"email": "info@k8slens.dev"
},
"devDependencies": {
"@types/node": "^14.14.6",
"dependencies": {
"@types/node": "*",
"@types/react-select": "*",
"@material-ui/core": "*",
"conf": "^7.0.1"
}
}