Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 TypeScript 的新手。而且我无法mdc-checkbox按照文档中的说明导入。
mdc-checkbox
我该怎么做才能修复此错误?
不好意思,找到解释 了哈哈,很简单
// Since we don't have typings (yet) we require mdc-checkbox manually. const {MDCCheckboxFoundation} = require('@material/checkbox');