mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
Merge pull request #339 from simutaroman/textDecoration
textDecoration typings added
This commit is contained in:
commit
919fb0bd99
2
konva.d.ts
vendored
2
konva.d.ts
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user