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