mirror of
https://github.com/konvajs/konva.git
synced 2025-08-20 09:59:34 +08:00
Add missing text props to config type definition
This commit is contained in:
parent
e609654880
commit
2b5f51f0c9
@ -25,6 +25,8 @@ export interface TextConfig extends ShapeConfig {
|
||||
fontFamily?: string;
|
||||
fontSize?: number;
|
||||
fontStyle?: string;
|
||||
fontVariant?: string;
|
||||
textDecoration?: string;
|
||||
align?: string;
|
||||
verticalAlign?: string;
|
||||
padding?: number;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user