modernize
- replace vite with tsdown - update registry - update deps
This commit is contained in:
9
dist/unom-style.d.ts
vendored
9
dist/unom-style.d.ts
vendored
@@ -1,7 +1,2 @@
|
||||
import ease from "./easings/easings";
|
||||
export {
|
||||
/**
|
||||
* @public
|
||||
* Util function to create framer-motion transitions based on penner's functions
|
||||
*/
|
||||
ease };
|
||||
import Easings from "./easings/easings.js";
|
||||
export { Easings as ease };
|
||||
Reference in New Issue
Block a user