NeahNew/node_modules/next/dist/client/components/dev-root-http-access-fallback-boundary.d.ts
2025-05-03 14:17:46 +02:00

6 lines
230 B
TypeScript

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