From fdb4622888cf06d7ec0a661aeaa26370eec37065 Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Wed, 10 Jan 2024 15:52:47 +0100 Subject: [PATCH] Updating tsdoc --- packages/framer-motion/src/gestures/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/framer-motion/src/gestures/types.ts b/packages/framer-motion/src/gestures/types.ts index bd3c1dd135..468fab223b 100644 --- a/packages/framer-motion/src/gestures/types.ts +++ b/packages/framer-motion/src/gestures/types.ts @@ -122,7 +122,7 @@ export interface TapHandlers { /** * If `true`, the tap gesture will attach its start listener to window. * - * @internal + * Note: This is not supported publically. */ globalTapTarget?: boolean }