【发布时间】:2020-10-16 20:51:05
【问题描述】:
我目前在导入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 搭建的。
【问题讨论】:
标签: reactjs typescript create-react-app react-dnd