chore: typing fixes

This commit is contained in:
Nathan Walker
2021-02-25 13:32:05 -08:00
parent 2c9f189c34
commit e1673a0af4
6 changed files with 148 additions and 146 deletions

View File

@@ -130,7 +130,7 @@ export type TextDecoration = 'none' | 'underline' | 'line-through' | 'underline
export const textAlignmentProperty: InheritedCssProperty<Style, TextAlignment>;
export const textDecorationProperty: CssProperty<Style, TextDecoration>;
export const textTransformProperty: CssProperty<Style, TextTransform>;
export const textShadowProperty: CssProperty<Style, TextShadow>;
export const textShadowProperty: CssProperty<Style, CSSShadow>;
export const whiteSpaceProperty: CssProperty<Style, WhiteSpace>;
export const letterSpacingProperty: CssProperty<Style, number>;
export const lineHeightProperty: CssProperty<Style, number>;