GT2/Ejectable/node_modules/expo-error-recovery/build/ErrorRecovery.d.ts
2021-08-16 00:14:59 +00:00

4 lines
231 B
TypeScript

import './ErrorRecovery.fx';
export declare const recoveredProps: Record<string, any> | null;
export declare type ErrorRecoveryProps = Record<string, any>;
export declare function setRecoveryProps(props: ErrorRecoveryProps): void;