UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

19 lines (18 loc) 947 B
import { Base, Point, Type } from "./type"; import { Thickness } from "./Thickness"; import { CornerRadius } from "./CornerRadius"; import { Rect } from "./Rect"; import { List$1 } from "./List$1"; /** * @hidden */ export declare class InterpolationUtil extends Base { static $t: Type; static g(a: number, b: Thickness, c: Thickness): Thickness; static e(a: number, b: CornerRadius, c: CornerRadius): CornerRadius; static f(a: number, b: Rect, c: Rect): Rect; static c(a: List$1<Point>, b: number, c: List$1<Point>, d: List$1<Point>): List$1<Point>; static a<T>($t: Type, a: T[], b: number, c: T[], d: T[], e: () => T, f: (arg1: number, arg2: number, arg3: T, arg4: T) => T): T[]; static d<T>($t: Type, a: List$1<T>, b: number, c: List$1<T>, d: List$1<T>, e: () => T, f: (arg1: number, arg2: number, arg3: T, arg4: T) => T): List$1<T>; static b(a: number, b: number[], c: number[]): number[]; }