UNPKG

@getcronit/pylon

Version:

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

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