source: imaps-frontend/node_modules/konva/lib/Group.d.ts@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 289 bytes
Line 
1import { Container, ContainerConfig } from './Container.js';
2import { Node } from './Node.js';
3import { Shape } from './Shape.js';
4export interface GroupConfig extends ContainerConfig {
5}
6export declare class Group extends Container<Group | Shape> {
7 _validateAdd(child: Node): void;
8}
Note: See TracBrowser for help on using the repository browser.