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