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