animationFrame.d.ts 111 Bytes
Newer Older
Sangjune Bae's avatar
Sangjune Bae committed
1
2
export declare const cancel: (id: number) => void;
export declare const request: typeof requestAnimationFrame;