Type Alias FormationsStripeProps

FormationsStripeProps: {
    formationData: Formation[] | null;
    level?: number;
    offset: number;
    width: number;
}

FormationsStripe props

Type declaration

  • formationData: Formation[] | null
  • Optionallevel?: number
  • offset: number
  • width: number