Skip to main content

LayoutRowGapValue

Type Alias LayoutRowGapValue 

Source
pub type LayoutRowGapValue = CssPropertyValue<LayoutRowGap>;

Aliased Type§

#[repr(C, u8)]
pub enum LayoutRowGapValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(LayoutRowGap), }

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(LayoutRowGap)