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