Options
All
  • Public
  • Public/Protected
  • All
Menu

External module States

Index

Type aliases

BarColors

BarColors: "green" | "red" | "blue" | "yellow" | "gray" | "none"

Variables

Const States

States: any = connect(mapStateToProps,)(StatesComponent)

Functions

Const Bar

  • Bar(__namedParameters: object): Element
  • Parameters

    • __namedParameters: object
      • actual: number
      • backgroundColor: "blue" | "gray" | "green" | "red" | "yellow" | "none"
      • large: boolean
      • max: number
      • message: string
      • min: number
      • ratio: number
      • valueColor: "blue" | "gray" | "green" | "red" | "yellow" | "none"

    Returns Element

Const DoubleBar

  • DoubleBar(__namedParameters: object): Element

Const InfoBar

  • InfoBar(__namedParameters: object): Element

Const SimpleBar

  • SimpleBar(__namedParameters: object): Element

Const StatesComponent

Const colorToClass

  • colorToClass(color: BarColors): string | null

Const mapStateToProps

Generated using TypeDoc