Skip to content

Commit aa02dde

Browse files
authored
Update useGesture.ts (#642)
Renamed UseGestureConfig to UserGestureConfig to fix type definition
1 parent ae4cad7 commit aa02dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/useGesture.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { createUseGesture } from './createUseGesture'
88
* The most complete gesture hook, allowing support for multiple gestures.
99
*
1010
* @param {GestureHandlers} handlers - an object with on[Gesture] keys containg gesture handlers
11-
* @param {UseGestureConfig} config - the full config object
11+
* @param {UserGestureConfig} config - the full config object
1212
*/
1313
export function useGesture<
1414
HandlerTypes extends AnyHandlerEventTypes = EventTypes,

0 commit comments

Comments
 (0)