1 line
92 B

7 months ago
  1. export declare function easeInOutCubic(t: number, b: number, c: number, d: number): number;