igniteui-react-core
Version:
Ignite UI React Core.
13 lines (12 loc) • 353 B
TypeScript
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);
}