style/dist/unom-style.d.ts
2023-07-20 18:15:11 +02:00

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 };