A CSS key-value pair. Currently both are arbitrary and don't prevent nonsense CSS rules.

Example: new CssProp('color', 'red');

Constructors

Properties

Constructors

  • Parameters

    • name: string
    • value: string

    Returns CssProp

Properties

name: string
value: string

Generated using TypeDoc