【发布时间】:2019-11-11 09:04:09
【问题描述】:
所以在我的应用程序中,我通过键入添加 react-animation-components
yarn add react-animation-components@3.0.0
然后我导入 FadeTransform 属性
import { FadeTransform } from 'react-animation-components';
但是,我收到此消息,指出 react-animation-components 的声明无法识别。
我输入这个
yarn add @types/react-animation-components
但还是什么都没有。
为什么会这样?
【问题讨论】:
标签: javascript reactjs react-animations