Added Touch events to the base props

old
Per Bergqwist 2016-08-10 09:43:04 +02:00
parent 213411ba55
commit 30f16231a0
2 changed files with 8 additions and 0 deletions

View File

@ -41,6 +41,10 @@ export declare namespace __ReactToolbox {
onMouseMove?: Function;
onMouseOut?: Function;
onMouseOver?: Function;
onTouchCancel?: Function;
onTouchEnd?: Function;
uchMove?: Function;
onTouchStart?: Function;
/**
* Set inline style for the root component.
*/

4
lib/index.d.ts vendored
View File

@ -41,6 +41,10 @@ export declare namespace __ReactToolbox {
onMouseMove?: Function;
onMouseOut?: Function;
onMouseOver?: Function;
onTouchCancel?: Function;
onTouchEnd?: Function;
uchMove?: Function;
onTouchStart?: Function;
/**
* Set inline style for the root component.
*/