@motionone/types
Advanced tools
Comparing version 10.9.0 to 10.12.0
{ | ||
"name": "@motionone/types", | ||
"version": "10.9.0", | ||
"version": "10.12.0", | ||
"description": "Shared types for the Motion One packages.", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "9da9c15c92170303a5dd95f4ff78e2850cc68302" | ||
"gitHead": "8a0f5fb27079e6306357f038b938a2a9f6d88c33" | ||
} |
@@ -67,2 +67,3 @@ import { MotionValue } from "./MotionValue"; | ||
} | ||
export declare type EasingFunction = (t: number) => number; | ||
//# sourceMappingURL=index.d.ts.map |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10827
137