Files
verify/frontend/node_modules/next/dist/client/components/dev-root-not-found-boundary.d.ts
Mohamed Mathar Irfan ed6610d5d8 Initial project upload
2026-07-28 17:57:02 +05:30

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;