UNPKG

@cuba-platform/front-generator

Version:
7 lines (6 loc) 262 B
export declare class RequestAnimationFrameDefinition { cancelAnimationFrame: (handle: number) => void; requestAnimationFrame: (cb: () => void) => number; constructor(root: any); } export declare const AnimationFrame: RequestAnimationFrameDefinition;