From 654878d79c0d7dd62827f4dbe63546da17d770ca Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Mon, 4 Sep 2023 14:04:55 +0200 Subject: [PATCH] Removing unused export --- .../src/animation/interfaces/visual-element-target.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/framer-motion/src/animation/interfaces/visual-element-target.ts b/packages/framer-motion/src/animation/interfaces/visual-element-target.ts index 7f27fc44bd..42e9a1e959 100644 --- a/packages/framer-motion/src/animation/interfaces/visual-element-target.ts +++ b/packages/framer-motion/src/animation/interfaces/visual-element-target.ts @@ -2,7 +2,7 @@ import { frame } from "../../frameloop" import { transformProps } from "../../render/html/utils/transform" import type { AnimationTypeState } from "../../render/utils/animation-state" import type { VisualElement } from "../../render/VisualElement" -import type { TargetAndTransition, Transition } from "../../types" +import type { TargetAndTransition } from "../../types" import { optimizedAppearDataAttribute } from "../optimized-appear/data-id" import type { VisualElementAnimationOptions } from "./types" import { animateMotionValue } from "./motion-value"