UNPKG

igniteui-react-core

Version:
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); }