mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
FlowType TextInput
Reviewed By: yungsters Differential Revision: D7985109 fbshipit-source-id: 294919bce64b21cab4f37262a7da9e68cb67207f
This commit is contained in:
committed by
Facebook Github Bot
parent
053c7b2a84
commit
c8bcda8150
@@ -288,10 +288,10 @@ class BlurOnSubmitExample extends React.Component<{}> {
|
||||
}
|
||||
|
||||
type SelectionExampleState = {
|
||||
selection: {
|
||||
selection: {|
|
||||
start: number,
|
||||
end?: number,
|
||||
},
|
||||
|},
|
||||
value: string,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user