UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

20 lines (19 loc) 370 B
import { Base, Type } from "igniteui-react-core"; /** * @hidden */ export declare class IgQueue$1<T> extends Base { static $t: Type; protected $t: Type; constructor($t: Type); private e; private b; private a; private c; get d(): boolean; get f(): number; h(a: T): void; g(a: T): { p0: T; }; }