Style: {
    key: string;
    type: typeof styleSymbol;
    value: string;
}

An applying style of a Fact.

Type declaration

  • key: string

    The name of the CSS property.

  • type: typeof styleSymbol
  • value: string

    The value of the CSS property.

Generated using TypeDoc