rag-context-optimizer / frontend /node_modules /next /dist /client /components /dev-root-http-access-fallback-boundary.d.ts
| import React from 'react'; | |
| export declare function bailOnRootNotFound(): void; | |
| export declare function DevRootHTTPAccessFallbackBoundary({ children, }: { | |
| children: React.ReactNode; | |
| }): import("react/jsx-runtime").JSX.Element; | |