UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

10 lines 437 B
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