igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
20 lines (19 loc) • 372 B
TypeScript
import { Base, Type } from "igniteui-angular-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;
};
}