ErrorBlockProps: {
    children?: ReactNode;
    description?: ReactNode;
    fullPage?: boolean;
    image?: string | ReactElement;
    status?: ErrorBlockStatus;
    title?: ReactNode;
} & NativeProps<"--image-height" | "--image-height-full-page" | "--image-width" | "--image-width-full-page">

Type declaration

  • Optional children?: ReactNode
  • Optional description?: ReactNode
  • Optional fullPage?: boolean
  • Optional image?: string | ReactElement
  • Optional status?: ErrorBlockStatus
  • Optional title?: ReactNode

Generated using TypeDoc