add build to repo

This commit is contained in:
2024-06-30 23:43:27 +02:00
parent 256f4b3817
commit 1115053fcd
5 changed files with 94 additions and 1 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 };