Merge pull request #1012 from tkindy/text-props

Add missing text props to config type definition
This commit is contained in:
Anton Lavrenov 2020-11-15 11:57:36 -05:00 committed by GitHub
commit 4b05c6055c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;