We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4cad7 commit aa02ddeCopy full SHA for aa02dde
packages/react/src/useGesture.ts
@@ -8,7 +8,7 @@ import { createUseGesture } from './createUseGesture'
8
* The most complete gesture hook, allowing support for multiple gestures.
9
*
10
* @param {GestureHandlers} handlers - an object with on[Gesture] keys containg gesture handlers
11
- * @param {UseGestureConfig} config - the full config object
+ * @param {UserGestureConfig} config - the full config object
12
*/
13
export function useGesture<
14
HandlerTypes extends AnyHandlerEventTypes = EventTypes,
0 commit comments