main
Last change
on this file 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 | |
---|
1 | import { Container, ContainerConfig } from './Container.js';
|
---|
2 | import { Node } from './Node.js';
|
---|
3 | import { Shape } from './Shape.js';
|
---|
4 | export interface GroupConfig extends ContainerConfig {
|
---|
5 | }
|
---|
6 | export declare class Group extends Container<Group | Shape> {
|
---|
7 | _validateAdd(child: Node): void;
|
---|
8 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.