mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 22:15:25 +00:00
update
This commit is contained in:
6
node_modules/rxjs/util/AnimationFrame.d.ts
generated
vendored
Normal file
6
node_modules/rxjs/util/AnimationFrame.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
export declare class RequestAnimationFrameDefinition {
|
||||
cancelAnimationFrame: (handle: number) => void;
|
||||
requestAnimationFrame: (cb: () => void) => number;
|
||||
constructor(root: any);
|
||||
}
|
||||
export declare const AnimationFrame: RequestAnimationFrameDefinition;
|
Reference in New Issue
Block a user