
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
import { AsyncAction } from './AsyncAction';
import { AsyncScheduler } from './AsyncScheduler';
export declare class AnimationFrameScheduler extends AsyncScheduler {
    flush(action?: AsyncAction<any>): void;
}
//# sourceMappingURL=AnimationFrameScheduler.d.ts.map