UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

15 lines (14 loc) 410 B
import { SVGPresentationNode } from "./SVGPresentationNode"; import { SVGNodeType } from "./SVGNodeType"; import { Geometry } from "./Geometry"; import { SVGNode } from "./SVGNode"; import { Type } from "./type"; /** * @hidden */ export declare class SVGPath extends SVGPresentationNode { static $t: Type; protected get_c(): SVGNodeType; w: Geometry; constructor(a: SVGNode); }