Spaces:
Runtime error
Runtime error
File size: 187 Bytes
b8806f7 | 1 2 3 4 5 6 7 | import * as React from 'react';
declare const useIsRestoring: () => boolean;
declare const IsRestoringProvider: React.Provider<boolean>;
export { IsRestoringProvider, useIsRestoring };
|