mirror of https://github.com/grafana/grafana.git
chore(select): fix typings
This commit is contained in:
parent
5091a8501c
commit
0c848cbb45
|
@ -75,5 +75,5 @@ class UnthemedValueContainer<Option, isMulti extends boolean, Group extends Grou
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: type this properly
|
||||
export const ValueContainer: React.FC<ValueContainerProps<any, any, any>> = withTheme2(UnthemedValueContainer);
|
||||
export const ValueContainer: React.FC<ValueContainerProps<unknown, boolean, GroupBase<unknown>>> =
|
||||
withTheme2(UnthemedValueContainer);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "node",
|
||||
"module": "commonjs"
|
||||
"moduleResolution": "nodenext",
|
||||
"module": "NodeNext"
|
||||
},
|
||||
"extends": "../../tsconfig.json",
|
||||
"ts-node": {
|
||||
|
|
Loading…
Reference in New Issue