mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 04:48:26 -04:00
6 lines
169 B
TypeScript
6 lines
169 B
TypeScript
interface onBFCacheRestoreCallback {
|
|
(event: PageTransitionEvent): void;
|
|
}
|
|
export declare const onBFCacheRestore: (cb: onBFCacheRestoreCallback) => void;
|
|
export {};
|