Add preventDefault to ShapeConfig definition

This commit is contained in:
Hauke Broer
2018-02-26 11:12:02 +01:00
parent 831512f975
commit 210cc07437

1
konva.d.ts vendored
View File

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