cubicEasing.d.ts 94 B

12
  1. export declare function createCubicEasingFunc(cubicEasingStr: string): (p: number) => number;