- add tests
- update packages - update jest to use ts-jest - refactor color generation to theme
This commit is contained in:
@@ -1,13 +1,23 @@
|
||||
import Utils from "./Utils";
|
||||
import ease from "./Easings";
|
||||
import Theme from "./Theme";
|
||||
|
||||
declare module "unom-style";
|
||||
|
||||
export {
|
||||
/**
|
||||
* @public
|
||||
* Util function to create framer-motion transitions based on penner's functions
|
||||
*/
|
||||
ease,
|
||||
/**
|
||||
* @public
|
||||
* Collection of Utils
|
||||
*/
|
||||
Utils,
|
||||
/**
|
||||
* @public
|
||||
* Collection of theming tools
|
||||
*/
|
||||
Theme,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user