UNPKG

next

Version:

The React Framework

6 lines (5 loc) 194 B
import React from 'react'; export declare function bailOnNotFound(): void; export declare function DevRootNotFoundBoundary({ children, }: { children: React.ReactNode; }): React.JSX.Element;