Merge pull request #311 from iceafish/patch-2

add removeName definition to .d.ts file
This commit is contained in:
Anton Lavrenov
2017-12-22 13:54:12 +07:00
committed by GitHub

1
konva.d.ts vendored
View File

@@ -224,6 +224,7 @@ declare module Konva {
red(): number;
red(red: number): Node;
remove(): Node;
removeName(name: string): Node;
rotate(theta: number): Node;
rotation(): number;
rotation(rotation: number): Node;