8 lines
156 B
TypeScript
8 lines
156 B
TypeScript
import ease from "./easings/easings";
|
|
export {
|
|
/**
|
|
* @public
|
|
* Util function to create framer-motion transitions based on penner's functions
|
|
*/
|
|
ease };
|