diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index f38a2d966a3..985113de359 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -410,7 +410,7 @@ type AndroidProps = $ReadOnly<{| showSoftInputOnFocus?: ?boolean, |}>; -type Props = $ReadOnly<{| +export type Props = $ReadOnly<{| ...$Diff>, ...IOSProps, ...AndroidProps,