github-pages-deploy-action/node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts
2020-03-06 22:45:40 -05:00

6 lines
212 B
TypeScript

import { AsyncAction } from './AsyncAction';
import { AsyncScheduler } from './AsyncScheduler';
export declare class AnimationFrameScheduler extends AsyncScheduler {
flush(action?: AsyncAction<any>): void;
}