UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

9 lines (8 loc) 286 B
import { Scheduler } from '../Scheduler'; import { SubscriptionLog } from './SubscriptionLog'; export declare class SubscriptionLoggable { subscriptions: SubscriptionLog[]; scheduler: Scheduler; logSubscribedFrame(): number; logUnsubscribedFrame(index: number): void; }