securityos/node_modules/next/dist/client/components/dev-root-not-found-boundary...

6 lines
194 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
import React from 'react';
export declare function bailOnNotFound(): void;
export declare function DevRootNotFoundBoundary({ children, }: {
children: React.ReactNode;
}): React.JSX.Element;