如何将道具接管到其他组件? TypeScript React

时间:2019-10-02 12:34:16

标签: reactjs

我的反应有问题。 我应该如何在其他组件上使用道具? 我想使用其他功能组件...


         export const MainComponent = (props: ImportantProps): JSX.Element => {
         return (
             <OtherComponent {...this.props} />
          );
          export default function OtherComponent(props: ImportantProps) {
          ///
          }

0 个答案:

没有答案