UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

13 lines 544 B
import { Subscription } from '../Subscription'; interface AnimationFrameProvider { schedule(callback: FrameRequestCallback): Subscription; requestAnimationFrame: typeof requestAnimationFrame; cancelAnimationFrame: typeof cancelAnimationFrame; delegate: { requestAnimationFrame: typeof requestAnimationFrame; cancelAnimationFrame: typeof cancelAnimationFrame; } | undefined; } export declare const animationFrameProvider: AnimationFrameProvider; export {}; //# sourceMappingURL=animationFrameProvider.d.ts.map