Merge pull request #339 from simutaroman/textDecoration

textDecoration typings added
This commit is contained in:
Anton Lavrenov 2018-02-13 08:48:56 +07:00 committed by GitHub
commit 919fb0bd99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
konva.d.ts vendored
View File

@ -777,6 +777,8 @@ declare module Konva {
lineHeight(lineHeight: number): Text;
wrap(): string;
wrap(wrap: string): Text;
textDecoration(): string;
textDecoration(textDecoration: string): Text;
}
interface WedgeConfig extends ShapeConfig {