UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

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