Type alias UserErrorCardProps

UserErrorCardProps: {
    backUrl: string;
    cardImage?: string | React.ReactElement;
    className?: string;
    contactSupportEmail?: string;
    error: FlowError;
    title: string;
}

Type declaration

  • backUrl: string
  • Optional cardImage?: string | React.ReactElement
  • Optional className?: string
  • Optional contactSupportEmail?: string
  • error: FlowError
  • title: string

Generated using TypeDoc