UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

18 lines (17 loc) 446 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class MathUtilExtended extends Base { static $t: Type; static d(a: number): number; static j(a: number, b: number, c: number): number; private static c; private static f; private static e; private static a; static h(a: number): number; static i(a: number): number; static g(a: number): number; private static b; }