Type alias ErrorBlockProps
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 title?: ReactNode