Type Alias style::values::computed::counters::CounterReset

source ·
pub type CounterReset = CounterReset<i32>;
Expand description

A computed value for the counter-reset property.

Aliased Type§

struct CounterReset(pub GenericCounters<i32>);

Fields§

§0: GenericCounters<i32>