mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
Add verticalAlign type to TextConfig
This commit is contained in:
parent
0001c1de0d
commit
22aa3d3734
1
konva.d.ts
vendored
1
konva.d.ts
vendored
@ -999,6 +999,7 @@ declare namespace Konva {
|
||||
fontSize?: number;
|
||||
fontStyle?: string;
|
||||
align?: string;
|
||||
verticalAlign?: string;
|
||||
padding?: number;
|
||||
lineHeight?: number;
|
||||
wrap?: string;
|
||||
|
Loading…
Reference in New Issue
Block a user