Skip to content

Commit

Permalink
Fixing easing exports (#2874)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry authored Nov 14, 2024
1 parent 2981179 commit f32d632
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/framer-motion/src/dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export * from "./easing/cubic-bezier"
export * from "./easing/steps"
export * from "./easing/modifiers/mirror"
export * from "./easing/modifiers/reverse"
export * from "./easing/types"

/**
* Animation generators
Expand Down
1 change: 0 additions & 1 deletion packages/framer-motion/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ export {
Variant,
Variants,
} from "./types"
export * from "./easing/types"
export { EventInfo } from "./events/types"
export * from "./motion/features/types"
export {
Expand Down

0 comments on commit f32d632

Please sign in to comment.