mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-26 05:15:49 +08:00
Fix internal flow typings
Summary: Fixing internal flow typings so that D10085505 can land. Reviewed By: TheSavior Differential Revision: D10090690 fbshipit-source-id: cace32332e85e9e9be243bcc49fba471ae1d2864
This commit is contained in:
committed by
Facebook Github Bot
parent
0fb713909b
commit
39f6264a84
@@ -52,7 +52,7 @@ type Props = $ReadOnly<{|
|
||||
rowData: Object,
|
||||
sectionID: string,
|
||||
rowID: string,
|
||||
) => React.Element<any>,
|
||||
) => ?React.Element<any>,
|
||||
|}>;
|
||||
|
||||
type State = {|
|
||||
|
||||
Reference in New Issue
Block a user