Export Sensor events

This commit is contained in:
Max Hoffmann 2018-01-21 11:55:13 -05:00
parent 0a5605b1bd
commit b0d0331cc7
No known key found for this signature in database
GPG Key ID: 1DFA4D13DD27A676

View File

@ -4,6 +4,8 @@ import TouchSensor from './TouchSensor';
import DragSensor from './DragSensor';
import ForceTouchSensor from './ForceTouchSensor';
export * from './SensorEvent';
export {
Sensor,
MouseSensor,