UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

12 lines (11 loc) 280 B
export declare class FpsCounter { constructor(parent?: HTMLElement, document?: Document); private fps; private minFps; private maxFps; private pastFps; private maxPastFps; private lastSecond; private readonly fpsElement?; countFrame(): void; }