我该如何在我的`GiftedChat`组件及其自定义道具中添加TypeSignatures?

时间:2019-08-28 21:49:27

标签: typescript react-native-gifted-chat

/功能组件的props参数的正确类型是什么?例如,在此示例中,GiftedChat上的TypeScript注释应该是什么,

props

如果要向const ChatBot: FC = (props): ReactElement => { return ( <GiftedChat {* ... *} /> ) } 组件中添加一些自定义道具,应该如何修改?

例如,如果我尝试

GiftedChat

我明白了

  

错误:(39,7)TS2322:类型'(props:ChatBotProps)=> ReactElement ReactElement组件)> | null)| (new(props:any)=> Component)>'不可分配给'FunctionComponent>'类型。     参数“ props”和“ props”的类型不兼容。       类型“ PropsWithChildren>”与类型“ ChatBotProps”没有共同的属性。

0 个答案:

没有答案