makearmy-app/node_modules/next/dist/client/components/dev-root-http-access-fallback-boundary.d.ts
2025-09-22 10:37:53 -04:00

5 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;