Opal-Estate-Pro/node_modules/rxjs/scheduler/AnimationFrameScheduler.d.ts

6 lines
212 B
TypeScript
Raw Normal View History

2019-09-13 06:27:52 +02:00
import { AsyncAction } from './AsyncAction';
import { AsyncScheduler } from './AsyncScheduler';
export declare class AnimationFrameScheduler extends AsyncScheduler {
flush(action?: AsyncAction<any>): void;
}