mirror of
https://github.com/konvajs/konva.git
synced 2025-08-20 09:24:08 +08:00
Merge pull request #1012 from tkindy/text-props
Add missing text props to config type definition
This commit is contained in:
commit
4b05c6055c
@ -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