UNPKG

igniteui-react-core

Version:
17 lines (16 loc) 416 B
import { SVGPresentationNode } from "./SVGPresentationNode"; import { SVGNodeType } from "./SVGNodeType"; import { SVGNode } from "./SVGNode"; import { Type } from "./type"; /** * @hidden */ export declare class SVGRect extends SVGPresentationNode { static $t: Type; protected get_c(): SVGNodeType; z: number; w: number; x: number; y: number; constructor(a: SVGNode); }