5 lines
231 B
TypeScript
5 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;
|