Skip to content

Commit f32d632

Browse files
authored
Fixing easing exports (#2874)
1 parent 2981179 commit f32d632

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/framer-motion/src/dom.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export * from "./easing/cubic-bezier"
1717
export * from "./easing/steps"
1818
export * from "./easing/modifiers/mirror"
1919
export * from "./easing/modifiers/reverse"
20+
export * from "./easing/types"
2021

2122
/**
2223
* Animation generators

packages/framer-motion/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ export {
150150
Variant,
151151
Variants,
152152
} from "./types"
153-
export * from "./easing/types"
154153
export { EventInfo } from "./events/types"
155154
export * from "./motion/features/types"
156155
export {

0 commit comments

Comments
 (0)