Type alias StypNumeric<TUnit, TZero>

StypNumeric<TUnit, TZero>: StypDimension<TUnit> | StypCalc<TUnit> | TZero

Structured numeric CSS property value.

This represents either dimension, zero value, or a calc() CSS function call.

Type Parameters

Generated using TypeDoc