cubicEasing.d.ts 94 B

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