add removeName definition to .d.ts file

This commit is contained in:
Yingjie Liu 2017-12-22 14:48:36 +08:00 committed by GitHub
parent a9ab965bb0
commit a52a6f2438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;