UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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