UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

11 lines (10 loc) 303 B
import { Base, Point, Type } from "./type"; import { LineEquation } from "./LineEquation"; /** * @hidden */ export declare class Compute extends Base { static $t: Type; static b(a: Point, b: Point, c: Point, d: Point): Point; static a(a: LineEquation, b: LineEquation): Point; }