我正在尝试从react-materialize中导入组件-
import {Navbar, NavItem} from 'react-materialize';
但是当webpack正在编译我的文件时,.tsx
它会为上述内容引发错误-
ERROR in ./src/common/navbar.tsx
(3,31): error TS7016: Could not find a declaration file for module 'react-materi
alize'. 'D:\Private\Works\Typescript\QuickReact\node_modules\react-materialize\l
ib\index.js' implicitly has an 'any' type.
这个的任何解决方案。我不确定如何解析此导入语句以与ts-loader
webpack一起使用。
该index.js
反应-Materialise的长相很喜欢这一点。但是如何解决此问题的模块导入到我自己的文件中..
https://github.com/react-materialize/react-materialize/blob/master/src/index.js