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

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 {