UNPKG

@getcronit/pylon

Version:

![Pylon cover](https://github.com/user-attachments/assets/c28e49b2-5672-4849-826e-8b2eab0360cc)

9 lines (8 loc) 249 B
interface GlobalErrorProps { error: Error & { digest?: string; }; standalone?: boolean; } export default function GlobalError({ error, standalone, ...rest }: GlobalErrorProps): import("react/jsx-runtime").JSX.Element; export {};