UNPKG

@itwin/frontend-devtools

Version:

Debug menu and supporting UI widgets

16 lines 429 B
/** @packageDocumentation * @module Widgets */ export declare class RenderCommandBreakdown { private readonly _div; private readonly _cellDiv; private _curIntervalId?; private readonly _cells; private readonly _total; constructor(parent: HTMLElement); [Symbol.dispose](): void; private toggle; private clearInterval; private update; } //# sourceMappingURL=RenderCommandBreakdown.d.ts.map