Files
scrap/node_modules/next/dist/client/components/dev-root-not-found-boundary.d.ts
2024-09-24 03:52:46 +00:00

6 lines
216 B
TypeScript

import React from 'react';
export declare function bailOnNotFound(): void;
export declare function DevRootNotFoundBoundary({ children, }: {
children: React.ReactNode;
}): import("react/jsx-runtime").JSX.Element;