Type alias StypValue

StypValue: string | number | boolean | undefined | StypNumeric<any> | StypURL | StypColor

CSS property value.

This is either a scalar value, or structured one.

Generated using TypeDoc