3 lines
140 B
TypeScript
3 lines
140 B
TypeScript
declare const useBeforeUnload: (enabled?: boolean | (() => boolean), message?: string | undefined) => void;
|
|
export default useBeforeUnload;
|