requestAnimationTimeout.d.ts 165 B

1234
  1. export declare const cancelAnimationTimeout: (frame: any) => any;
  2. export declare const requestAnimationTimeout: (callback: any, delay?: number) => {
  3. id: any;
  4. };