chore(select): fix typings

This commit is contained in:
Jack Westbrook 2025-09-30 14:46:52 +02:00
parent 5091a8501c
commit 0c848cbb45
No known key found for this signature in database
GPG Key ID: 2E30ECF346D7D121
2 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"moduleResolution": "node",
"module": "commonjs"
"moduleResolution": "nodenext",
"module": "NodeNext"
},
"extends": "../../tsconfig.json",
"ts-node": {