mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: typing fixes
This commit is contained in:
2
packages/core/ui/text-base/index.d.ts
vendored
2
packages/core/ui/text-base/index.d.ts
vendored
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user