StyleTabWidthValue

Type Alias StyleTabWidthValue 

Source
pub type StyleTabWidthValue = CssPropertyValue<StyleTabWidth>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(StyleTabWidth)