another typescript fix

This commit is contained in:
Anton Lavrenov 2018-03-10 14:49:11 +07:00
parent 8bc89909e3
commit d1fbcae49e

1
konva.d.ts vendored
View File

@ -363,6 +363,7 @@ declare namespace Konva {
shadowEnabled?: boolean;
dash?: number[];
dashEnabled?: boolean;
perfectDrawEnabled?: boolean;
}
class Shape extends Node {