LayoutFlexShrinkValue

Type Alias LayoutFlexShrinkValue 

Source
pub type LayoutFlexShrinkValue = CssPropertyValue<LayoutFlexShrink>;

Aliased Type§

#[repr(C, u8)]
pub enum LayoutFlexShrinkValue { Auto, None, Initial, Inherit, Exact(LayoutFlexShrink), }

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutFlexShrink)