mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Export props type for TextInput component (#26622)
Summary: Fix for issue https://github.com/facebook/react-native/issues/26263 ## Changelog [JavaScript] [Fixed] - Added an export for TextInput props type Pull Request resolved: https://github.com/facebook/react-native/pull/26622 Test Plan: This PR does not change user interface Differential Revision: D17661069 Pulled By: cpojer fbshipit-source-id: 7a8e0159de9dc9e775eae349d0f1e743155e56db
This commit is contained in:
committed by
Facebook Github Bot
parent
d98ff02433
commit
9a2bc71064
@@ -410,7 +410,7 @@ type AndroidProps = $ReadOnly<{|
|
||||
showSoftInputOnFocus?: ?boolean,
|
||||
|}>;
|
||||
|
||||
type Props = $ReadOnly<{|
|
||||
export type Props = $ReadOnly<{|
|
||||
...$Diff<ViewProps, $ReadOnly<{|style: ?ViewStyleProp|}>>,
|
||||
...IOSProps,
|
||||
...AndroidProps,
|
||||
|
||||
Reference in New Issue
Block a user