File tree Expand file tree Collapse file tree
packages/react-native-gesture-handler/src/handlers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ export type TapGestureHandlerStateChangeEvent =
4747 HandlerStateChangeEvent < TapGestureHandlerEventPayload > ;
4848
4949/**
50- * @deprecated ForceTouchGestureHandlerś is deprecated and will be removed in the future.
50+ * @deprecated ForceTouchGestureHandler is deprecated and will be removed in the future.
5151 */
5252export type ForceTouchGestureHandlerGestureEvent =
5353 GestureEvent < ForceTouchGestureHandlerEventPayload > ;
5454/**
55- * @deprecated ForceTouchGestureHandlerś is deprecated and will be removed in the future.
55+ * @deprecated ForceTouchGestureHandler is deprecated and will be removed in the future.
5656 */
5757export type ForceTouchGestureHandlerStateChangeEvent =
5858 HandlerStateChangeEvent < ForceTouchGestureHandlerEventPayload > ;
You can’t perform that action at this time.
0 commit comments