UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 327 B
import { SVGEllipse } from "./SVGEllipse"; import { SVGNodeType } from "./SVGNodeType"; import { SVGNode } from "./SVGNode"; import { Type } from "./type"; /** * @hidden */ export declare class SVGCircle extends SVGEllipse { static $t: Type; protected get_c(): SVGNodeType; constructor(a: SVGNode); }