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 }