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.
1 parent eeacfae commit 27ba423Copy full SHA for 27ba423
packages/rescript-mui-material/src/types/System.res
@@ -78,6 +78,13 @@ module Value = {
78
| @as("self-end") SelfEnd
79
| @as("baseline") Baseline
80
81
+ /* Overflow */
82
+ | @as("auto") Auto
83
+ | @as("clip") Clip
84
+ | @as("hidden") Hidden
85
+ | @as("scroll") Scroll
86
+ | @as("visible") Visible
87
+
88
/* Global values */
89
| @as("inherit") Inherit
90
| @as("initial") Initial
@@ -191,4 +198,5 @@ type props = {
191
198
letterSpacing?: Value.t,
192
199
lineHeight?: Value.t,
193
200
textAlign?: Value.t,
201
+ overflow?: Value.t,
194
202
}
0 commit comments