File size: 230 Bytes
fea495a
 
 
 
 
1
2
3
4
5
6
import React from 'react';
export declare function bailOnRootNotFound(): void;
export declare function DevRootHTTPAccessFallbackBoundary({ children, }: {
    children: React.ReactNode;
}): import("react/jsx-runtime").JSX.Element;