Map: {
    readonly [name in string]?: boolean
}

A map of CSS class names for styled element.

The keys of this map are class names to apply.

  • When the value is true corresponding class name will be added.
  • When the value is false corresponding class name will not be added.
  • The undefined value is ignored.

Generated using TypeDoc