UNPKG

konva

Version:

<p align="center"> <img src="https://raw.githubusercontent.com/konvajs/konvajs.github.io/master/apple-touch-icon-180x180.png" alt="Konva logo" height="180" /> </p>

7 lines (6 loc) 206 B
import { Container } from './Container'; import { Node } from './Node'; import { Shape } from './Shape'; export declare class Group extends Container<Group | Shape> { _validateAdd(child: Node): void; }