diff --git a/konva.d.ts b/konva.d.ts index 5e9a4aae..ea595c9d 100644 --- a/konva.d.ts +++ b/konva.d.ts @@ -667,14 +667,14 @@ declare namespace Konva { hitGraphEnabled?: boolean; } - class FastLayer extends Container { + class FastLayer extends Container { constructor(config?: LayerConfig); drawScene(): void; hitGraphEnabled(val: boolean): this; batchDraw(): void; } - class Layer extends Container { + class Layer extends Container { constructor(config?: LayerConfig); getIntersection(pos: Vector2d, selector?: string): Shape; enableHitGraph(): this;