Files
lcbp3.np-dms.work/frontend/node_modules/next/dist/client/components/dev-root-http-access-fallback-boundary.d.ts
2025-09-21 20:29:15 +07:00

6 lines
230 B
TypeScript
Executable File

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