remove dist

This commit is contained in:
2023-07-20 18:15:38 +02:00
parent 35b79bbb29
commit 46074e1152
4 changed files with 0 additions and 93 deletions

View File

@@ -1,10 +0,0 @@
type EasingCollection = {
out: any;
in: any;
inOut: any;
};
type EasingFunction = (duration: number, delay?: number) => EasingCollection;
declare const Easings: {
[key: string]: EasingFunction;
};
export default Easings;