mirror of
https://github.com/konvajs/konva.git
synced 2025-10-08 00:14:23 +08:00
Add preventDefault to ShapeConfig definition
This commit is contained in:
1
konva.d.ts
vendored
1
konva.d.ts
vendored
@@ -356,6 +356,7 @@ declare module Konva {
|
||||
shadowEnabled?: boolean;
|
||||
dash?: number[];
|
||||
dashEnabled?: boolean;
|
||||
preventDefault?: boolean;
|
||||
}
|
||||
|
||||
class Shape extends Node {
|
||||
|
Reference in New Issue
Block a user