igniteui-react-core
Version:
Ignite UI React Core.
19 lines (18 loc) • 587 B
TypeScript
import { Base, Point, Type } from "./type";
import { PathGeometry } from "./PathGeometry";
import { GeometryGroup } from "./GeometryGroup";
import { FrameworkElement } from "./FrameworkElement";
import { Panel } from "./Panel";
import { Rect } from "./Rect";
/**
* @hidden
*/
export declare class Extensions extends Base {
static $t: Type;
static e(a: PathGeometry): void;
static d(a: GeometryGroup): void;
static c(a: FrameworkElement): void;
static f(a: Panel, b: Panel): void;
static a(a: Point): boolean;
static b(a: Rect): boolean;
}