在 React with typescript 中,我尝试将 useState 类型定义为具有字符串键/值对的对象。我找不到答案,所以我想添加它。
我已经尝试过这个 <{ [key: string]: string }>> 和一些类似的变体,但尚未成功破解。
<{ [key: string]: string }>>
所以这有效 -> useState<{ [key: string]: string }> :-)
useState<{ [key: string]: string }>
最好的橡皮鸭!至少现在对其他人来说它在这里
所以这有效 ->
useState<{ [key: string]: string }>
:-)最好的橡皮鸭!至少现在对其他人来说它在这里