mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 04:14:52 +08:00
Merge pull request #1012 from tkindy/text-props
Add missing text props to config type definition
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user