Initial commit
This commit is contained in:
6
node_modules/konva/cmj/Group.d.ts
generated
vendored
Normal file
6
node_modules/konva/cmj/Group.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Container } from './Container';
|
||||
import { Node } from './Node';
|
||||
import { Shape } from './Shape';
|
||||
export declare class Group extends Container<Group | Shape> {
|
||||
_validateAdd(child: Node): void;
|
||||
}
|
||||
Reference in New Issue
Block a user