const zIndexSemantic: { base: { value: 0; unit: "none"; }; raised: { value: 1; unit: "none"; }; popup: { value: 200; unit: "none"; }; scrim: { value: 400; unit: "none"; }; floating: { value: 500; unit: "none"; }; };
base
value
0
unit
"none"
base.value
base.unit
raised
1
raised.value
raised.unit
popup
200
popup.value
popup.unit
scrim
400
scrim.value
scrim.unit
floating
500
floating.value
floating.unit
Was this page helpful?