Skip to content

Commit c8bff74

Browse files
authored
fix(core): missing export for maxLinesProperty (#9965)
1 parent e520b57 commit c8bff74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/ui/text-base/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export interface TextTransformation {
128128
export const textProperty: Property<TextBase, string>;
129129
export const formattedTextProperty: Property<TextBase, FormattedString>;
130130

131+
export const maxLinesProperty: InheritedCssProperty<Style, number>;
131132
export const textAlignmentProperty: InheritedCssProperty<Style, CoreTypes.TextAlignmentType>;
132133
export const textDecorationProperty: CssProperty<Style, CoreTypes.TextDecorationType>;
133134
export const textTransformProperty: CssProperty<Style, CoreTypes.TextTransformType>;

0 commit comments

Comments
 (0)