UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

9 lines (8 loc) 257 B
/// <reference types="node" /> export declare class AnimationToken { private token; private readonly onCompleted; constructor(token: NodeJS.Timeout, onCompleted: () => void); cancelAnimation(): void; completeAnimation(): void; }