UNPKG

@obliczeniowo/elementary

Version:
9 lines (8 loc) 222 B
import { Style } from './Style'; export declare class SvgGroup { id: string; svgGroupContainer: SVGGElement; constructor(id?: string, style?: Style | string); append(child: any): void; clear(): void; }