Skip to content

Commit

Permalink
exports DynamicAnimationOptions and DOMKeyframesDefinition (#2892)
Browse files Browse the repository at this point in the history
* exports DynamicAnimationOptions and DOMKeyframesDefinition

* add type keyword to export statement
  • Loading branch information
CRBroughton authored Dec 3, 2024
1 parent 718c219 commit 7c6b174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/framer-motion/src/dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export { isDragActive } from "motion-dom"

export { motionValue, MotionValue } from "./value"
export type { PassiveEffect, Subscriber } from "./value"
export type { DynamicAnimationOptions, DOMKeyframesDefinition } from './animation/types'
export { animate, createScopedAnimate } from "./animation/animate"
export { animateMini } from "./animation/animators/waapi/animate-style"
export { scroll } from "./render/dom/scroll"
Expand Down

0 comments on commit 7c6b174

Please sign in to comment.