FlowType TextInput

Reviewed By: yungsters

Differential Revision: D7985109

fbshipit-source-id: 294919bce64b21cab4f37262a7da9e68cb67207f
This commit is contained in:
Eli White
2018-05-14 00:08:58 -07:00
committed by Facebook Github Bot
parent 053c7b2a84
commit c8bcda8150
2 changed files with 154 additions and 3 deletions

View File

@@ -288,10 +288,10 @@ class BlurOnSubmitExample extends React.Component<{}> {
}
type SelectionExampleState = {
selection: {
selection: {|
start: number,
end?: number,
},
|},
value: string,
};