Fixed onTouchMove

old
Oden 2016-10-31 17:27:53 -07:00 committed by GitHub
parent 6357d314b0
commit aa890c6588
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export declare namespace ReactToolbox {
onMouseOver?: Function;
onTouchCancel?: Function;
onTouchEnd?: Function;
uchMove?: Function;
onTouchMove?: Function;
onTouchStart?: Function;
/**
* Set inline style for the root component.