- initial commit

This commit is contained in:
enricobuehler
2021-06-23 20:23:43 +02:00
commit 4007bd3352
11 changed files with 6254 additions and 0 deletions

13
src/unom-style.ts Normal file
View File

@@ -0,0 +1,13 @@
import Utils from "./Utils";
import ease from "./Easings";
declare module "unom-style";
export {
ease,
/**
* @public
* Collection of Utils
*/
Utils,
};