remove old unused code

move to esm
This commit is contained in:
2023-07-20 18:15:11 +02:00
parent be24f193ce
commit 86ccdf3701
19 changed files with 1078 additions and 3021 deletions

7
dist/unom-style.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
import ease from "./easings/easings";
export {
/**
* @public
* Util function to create framer-motion transitions based on penner's functions
*/
ease };