xylabs/sdk-react

View on GitHub
packages/error/src/components/Errors/ErrorViewerProps.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { BoxProps } from '@mui/material'

interface ErrorViewerProps extends BoxProps {
  error?: Error
}

export type { ErrorViewerProps }