UNPKG

igniteui-react-core

Version:
32 lines (31 loc) 956 B
import { Base, Point, Type } from "./type"; import { Brush } from "./Brush"; import { BrushCollection } from "./BrushCollection"; import { Color } from "./Color"; import { Size } from "./Size"; import { Rect } from "./Rect"; import { DoubleCollection } from "./DoubleCollection"; /** * @hidden */ export declare class PlatformAPIHelper extends Base { static $t: Type; static b(a: Brush): any; static a(a: BrushCollection): any; static c(a: Color): any; static e(a: Point): any; static h(a: Size): any; static g(a: Rect): any; static d(a: DoubleCollection): any; static j(a: any): any; static k(a: any): any; static i(a: any): any; static m(a: any): any; static p(a: any): any; static o(a: any): any; static l(a: any): any; static f(a: Type, b: any): any; static n(a: Type, b: any): any; static q(a: string): string; static r(a: string): string; }