UNPKG

raviger

Version:

React routing with hooks

6 lines (5 loc) 360 B
export declare const defaultPrompt = "Are you sure you want to leave this page?"; export declare function shouldCancelNavigation(): boolean; export declare function addInterceptor(handler: () => string | void): void; export declare function removeInterceptor(handler: () => string | void): void; export declare function undoNavigation(lastPath: string): void;