We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2981179 commit f32d632Copy full SHA for f32d632
packages/framer-motion/src/dom.ts
@@ -17,6 +17,7 @@ export * from "./easing/cubic-bezier"
17
export * from "./easing/steps"
18
export * from "./easing/modifiers/mirror"
19
export * from "./easing/modifiers/reverse"
20
+export * from "./easing/types"
21
22
/**
23
* Animation generators
packages/framer-motion/src/index.ts
@@ -150,7 +150,6 @@ export {
150
Variant,
151
Variants,
152
} from "./types"
153
-export * from "./easing/types"
154
export { EventInfo } from "./events/types"
155
export * from "./motion/features/types"
156
export {
0 commit comments