UNPKG

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