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:
Ramanpreet Nara
2018-09-27 14:27:09 -07:00
committed by Facebook Github Bot
parent 0fb713909b
commit 39f6264a84

View File

@@ -52,7 +52,7 @@ type Props = $ReadOnly<{|
rowData: Object,
sectionID: string,
rowID: string,
) => React.Element<any>,
) => ?React.Element<any>,
|}>;
type State = {|