File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ type ActiveCallback = (
176
176
177
177
type PassiveCallback = ( event : PressEvent , gestureState : GestureState ) => mixed ;
178
178
179
- type PanHandlers = { |
179
+ export type PanHandlers = { |
180
180
onMoveShouldSetResponder : ( event : PressEvent ) => boolean ,
181
181
onMoveShouldSetResponderCapture : ( event : PressEvent ) => boolean ,
182
182
onResponderEnd : ( event : PressEvent ) => void ,
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ type ActiveCallback = (
191
191
192
192
type PassiveCallback = ( event : PressEvent , gestureState : GestureState ) => mixed ;
193
193
194
- type PanHandlers = { |
194
+ export type PanHandlers = { |
195
195
onMoveShouldSetResponder : ( event : PressEvent ) => boolean ,
196
196
onMoveShouldSetResponderCapture : ( event : PressEvent ) => boolean ,
197
197
onResponderEnd : ( event : PressEvent ) => void ,
You can’t perform that action at this time.
0 commit comments