UNPKG

react-native-error-boundary

Version:
8 lines 237 B
import React from 'react'; export type Props = { error: Error; resetError: () => void; }; declare const FallbackComponent: (props: Props) => React.JSX.Element; export default FallbackComponent; //# sourceMappingURL=index.d.ts.map