Add missing text props to config type definition

This commit is contained in:
Tyler Kindy 2020-11-12 23:38:23 -05:00
parent e609654880
commit 2b5f51f0c9
No known key found for this signature in database
GPG Key ID: 108AF5A6F17D3474

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;