igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
17 lines (16 loc) • 937 B
TypeScript
import { Base, Point, Type } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
/**
* @hidden
*/
export declare abstract class Frame extends Base {
static $t: Type;
abstract d(a: number, b: Frame, c: Frame): void;
protected static b(a: List$1<Point>, b: number, c: List$1<Point>, d: List$1<Point>): void;
protected static g(a: List$1<Point>, b: number, c: List$1<Point>, d: List$1<Point>, e: List$1<number>): void;
protected static c(a: List$1<number>, b: number, c: List$1<number>, d: List$1<number>): void;
protected static f(a: List$1<string>, b: number, c: List$1<string>, d: List$1<string>): void;
protected static e(a: List$1<boolean>, b: number, c: List$1<boolean>, d: List$1<boolean>): void;
protected static h(a: List$1<number>, b: number, c: List$1<number>, d: List$1<number>, e: List$1<number>): void;
protected static a(a: number, b: number, c: number): number;
}