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