StyleLineHeightValue

Type Alias StyleLineHeightValue 

Source
pub type StyleLineHeightValue = CssPropertyValue<StyleLineHeight>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(StyleLineHeight)