blob: a93eef84090c25ee74bc16774ef63af79ac64c1b [file] [log] [blame]
export declare class RequestAnimationFrameDefinition {
cancelAnimationFrame: (handle: number) => void;
requestAnimationFrame: (cb: () => void) => number;
constructor(root: any);
}
export declare const AnimationFrame: RequestAnimationFrameDefinition;