first commit
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
//#region ../../packages/utils/easings.d.ts
|
||||
declare function easeInOutCubic(t: number, b: number, c: number, d: number): number;
|
||||
//#endregion
|
||||
export { easeInOutCubic };
|
||||
Reference in New Issue
Block a user