Files
bunext/dist/presets/server-error.d.ts
T
2026-03-21 06:34:32 +01:00

3 lines
171 B
TypeScript

import type { PropsWithChildren } from "react";
export default function DefaultServerErrorPage({ children, }: PropsWithChildren): import("react/jsx-runtime").JSX.Element;