UNPKG

@getcronit/pylon

Version:

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

10 lines (9 loc) 341 B
export interface StatusPageProps { code: number; message?: string; error?: any; standalone?: boolean; returnText?: string; returnUrl?: string; } export declare const StatusPage: ({ code, message: initialMessage, error, standalone, returnText, returnUrl }: StatusPageProps) => import("react/jsx-runtime").JSX.Element;