UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

15 lines (14 loc) 354 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class DeviceUtils extends Base { static $t: Type; static g(a: number): number; static f(a: number): number; static a(a: number): number; static c(a: number): number; static b(a: number): number; static d(): number; static e(): number; }