- initial commit
This commit is contained in:
13
src/unom-style.ts
Normal file
13
src/unom-style.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import Utils from "./Utils";
|
||||
import ease from "./Easings";
|
||||
|
||||
declare module "unom-style";
|
||||
|
||||
export {
|
||||
ease,
|
||||
/**
|
||||
* @public
|
||||
* Collection of Utils
|
||||
*/
|
||||
Utils,
|
||||
};
|
||||
Reference in New Issue
Block a user