LayoutMinHeightValue

Type Alias LayoutMinHeightValue 

Source
pub type LayoutMinHeightValue = CssPropertyValue<LayoutMinHeight>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutMinHeight)