当前在导入react-dnd
时出现此错误:
Could not find a declaration file for module 'react-dnd'. 'node_modules/react-dnd/lib/index.js' implicitly has an 'any' type.
Try `npm install @types/react-dnd` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-dnd';
react-dnd
不提供类型定义吗?要访问这些类型,我还需要做些其他事情吗?
我在严格模式下使用打字稿。我的应用程序被create-react-app搭建了支架。
答案 0 :(得分:2)
react-dnd
确实带有类型定义。您无需执行任何操作即可访问这些类型。也许您使用的是旧版本的react-dnd,但其中不包含这些类型?