mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
build
This commit is contained in:
@@ -19,7 +19,7 @@ export class Collection<Child extends Node> {
|
||||
[index: number]: Child;
|
||||
|
||||
// @ts-ignore
|
||||
[Symbol.iterator](): Iterator<T>;
|
||||
[Symbol.iterator](): Iterator<Child>;
|
||||
// @ts-ignore
|
||||
length: number;
|
||||
// @ts-ignore
|
||||
|
Reference in New Issue
Block a user