synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
10 lines • 437 B
TypeScript
export type RouteErrorBoundaryProps = {
icon?: string;
};
/**
* Error boundary component for React Router routes.
* This component catches errors that occur during route loading or rendering,
* including module initialization errors like circular dependencies.
*/
export declare function RouteErrorBoundary(props: RouteErrorBoundaryProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=RouteErrorBoundary.d.ts.map