Bones/node_modules/rxjs/scheduler/animationFrame.d.ts

3 lines
131 B
TypeScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
import { AnimationFrameScheduler } from './AnimationFrameScheduler';
export declare const animationFrame: AnimationFrameScheduler;