textDecoration typings added

This commit is contained in:
Roman Simuta
2018-02-12 15:13:44 +02:00
parent a2fef6624a
commit e5f7ab59da

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 {