UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

16 lines (15 loc) 382 B
import { SVGPresentationNode } from "./SVGPresentationNode"; import { SVGNodeType } from "./SVGNodeType"; import { Rect } from "./Rect"; import { Type } from "./type"; /** * @hidden */ export declare class SVGRoot extends SVGPresentationNode { static $t: Type; protected get_c(): SVGNodeType; x: number; w: number; y: Rect; constructor(); }