You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The **`z-index`** CSS property sets the z-order of a positioned element and its descendants or flex items. Overlapping elements with a larger z-index cover those with a smaller one.
417
417
*
@@ -443,7 +443,7 @@ export type SystemCssProperties = {
443
443
|SystemStyleObject
444
444
}
445
445
446
-
interfaceVariantProperty{
446
+
exportinterfaceVariantProperty{
447
447
/**
448
448
* **`Variants`** can be useful for applying complex styles to a component based on a single prop.
0 commit comments