pub type StyleBoxShadowValue = CssPropertyValue<BoxOrStaticStyleBoxShadow>;Aliased Type§
#[repr(C, u8)]pub enum StyleBoxShadowValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(BoxOrStatic<StyleBoxShadow>),
}pub type StyleBoxShadowValue = CssPropertyValue<BoxOrStaticStyleBoxShadow>;#[repr(C, u8)]pub enum StyleBoxShadowValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(BoxOrStatic<StyleBoxShadow>),
}