UNPKG

expo-router

Version:

Expo Router is a file-based router for React Native and web applications.

4 lines 225 B
/// <reference types="react" /> import { ErrorBoundaryProps } from './Try'; export declare function ErrorBoundary({ error, retry }: ErrorBoundaryProps): import("react").JSX.Element; //# sourceMappingURL=ErrorBoundary.d.ts.map