We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
maxLinesProperty
1 parent e520b57 commit c8bff74Copy full SHA for c8bff74
packages/core/ui/text-base/index.d.ts
@@ -128,6 +128,7 @@ export interface TextTransformation {
128
export const textProperty: Property<TextBase, string>;
129
export const formattedTextProperty: Property<TextBase, FormattedString>;
130
131
+export const maxLinesProperty: InheritedCssProperty<Style, number>;
132
export const textAlignmentProperty: InheritedCssProperty<Style, CoreTypes.TextAlignmentType>;
133
export const textDecorationProperty: CssProperty<Style, CoreTypes.TextDecorationType>;
134
export const textTransformProperty: CssProperty<Style, CoreTypes.TextTransformType>;
0 commit comments