Typescript for Node.getContent is in line with documentation. Node.getContext is removed.

This commit is contained in:
Kingsquare BV 2018-06-01 12:25:28 +02:00
parent cae6407481
commit b0d043d01d

2
konva.d.ts vendored
View File

@ -212,7 +212,7 @@ declare namespace Konva {
getCanvas(): Canvas; getCanvas(): Canvas;
getClassName(): string; getClassName(): string;
getClientRect(): SizeConfig; getClientRect(): SizeConfig;
getContext(): Context; getContent(): HTMLDivElement;
getDepth(): number; getDepth(): number;
getHeight(): number; getHeight(): number;
getHitCanvas(): Canvas; getHitCanvas(): Canvas;